Skip to content

Commit

Permalink
Reducing version of fmt for compatibility with spdlog
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
  • Loading branch information
axsaucedo committed Jan 21, 2024
1 parent 13d5a6c commit 645bd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ endif()
if(KOMPUTE_OPT_USE_BUILT_IN_FMT)
set(FMT_INSTALL ${KOMPUTE_OPT_INSTALL})
FetchContent_Declare(fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 10.1.1) # Source: https://github.com/fmtlib/fmt/releases
GIT_TAG 8.1.1) # Source: https://github.com/fmtlib/fmt/releases
FetchContent_MakeAvailable(fmt)
else()
find_package(fmt REQUIRED)
Expand Down Expand Up @@ -302,4 +302,4 @@ if(KOMPUTE_OPT_INSTALL)
endif()


include(cmake/set_package_info.cmake)
include(cmake/set_package_info.cmake)

0 comments on commit 645bd12

Please sign in to comment.