We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0443441 commit eef9ff4Copy full SHA for eef9ff4
1 file changed
test/CMakeLists.txt
@@ -19,8 +19,7 @@ function(add_fmt_test name)
19
set(PEDANTIC_COMPILE_FLAGS ${PEDANTIC_COMPILE_FLAGS} -Wno-weak-vtables)
20
endif ()
21
elseif (ADD_FMT_TEST_MODULE)
22
- set(libs test-main test-module)
23
- set_source_files_properties(${name}.cc PROPERTIES OBJECT_DEPENDS test-module)
+ set(libs test-main)
24
else ()
25
set(libs test-main fmt)
26
0 commit comments