This commit is contained in:
Erik Fröjdh
2024-11-18 14:39:46 +01:00
parent 9ab61cac4e
commit 35c6706b3c
5 changed files with 73 additions and 24 deletions

View File

@ -114,6 +114,7 @@ if (AARE_FETCH_FMT)
USES_TERMINAL_DOWNLOAD TRUE
)
set(FMT_INSTALL ON CACHE BOOL "")
set(FMT_CMAKE_DIR "")
FetchContent_MakeAvailable(fmt)
set_property(TARGET fmt PROPERTY POSITION_INDEPENDENT_CODE ON)
install(TARGETS fmt