mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-17 16:31:27 -04:00
Fix libfmt handling in CMakeLists.txt
This commit is contained in:
parent
2f65559407
commit
46dd7a2385
@ -120,8 +120,8 @@ if(WITH_MAN_PAGES)
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
if(PREFER_SYSTEM_GTEST)
|
||||
find_package(fmt 9.1 CONFIG)
|
||||
if(PREFER_SYSTEM_LIBFMT)
|
||||
find_package(fmt 9.0 CONFIG)
|
||||
else()
|
||||
configure_file(CMakeLists.txt.fmtlib fmtlib-download/CMakeLists.txt)
|
||||
execute_process(
|
||||
|
Loading…
x
Reference in New Issue
Block a user