mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 20:32:49 +00:00
FMT_SOURCE_FILES -> FMT_SOURCES
This commit is contained in:
parent
4274f15f0d
commit
d07fd577c3
@ -111,7 +111,7 @@ if (CPP11_FLAG AND FMT_PEDANTIC)
|
||||
# Test compilation with default flags.
|
||||
if (FMT_TESTS)
|
||||
file(GLOB src RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} test/*.cc test/*.h)
|
||||
add_library(testformat STATIC ${FMT_SOURCE_FILES} ${src})
|
||||
add_library(testformat STATIC ${FMT_SOURCES} ${src})
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user