Skip to content

Commit

Permalink
Merge pull request #100 from elbeno/use-fmt-recipe
Browse files Browse the repository at this point in the history
🎨 Use CPM recipe for libfmt
  • Loading branch information
elbeno authored May 20, 2024
2 parents 6ff027e + 661708c commit fd60999
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@ include(cmake/get_cpm.cmake)
cpmaddpackage("gh:intel/cicd-repo-infrastructure#main")

add_versioned_package("gh:boostorg/mp11#boost-1.83.0")
add_versioned_package(
NAME
fmt
GIT_TAG
10.2.1
GITHUB_REPOSITORY
fmtlib/fmt
OPTIONS
"FMT_INSTALL OFF"
"FMT_OS OFF")
fmt_recipe(10.2.1)

if(NOT DEFINED CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit fd60999

Please sign in to comment.