We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c591ed commit 38aa2b6Copy full SHA for 38aa2b6
CMakeLists.txt
@@ -151,8 +151,8 @@ if(NOT FBEC_MODULE)
151
add_executable(fbe-tests ${TESTS_HEADER_FILES} ${TESTS_INLINE_FILES} ${TESTS_SOURCE_FILES} ${PROTO_FILES})
152
add_dependencies(fbe-tests ${PROTO_DEPENDENCIES})
153
set_target_properties(fbe-tests PROPERTIES COMPILE_FLAGS "${PEDANTIC_COMPILE_FLAGS}" FOLDER "tests")
154
- target_include_directories(fbe-tests PRIVATE Catch2::Catch2 PUBLIC ${rapidjson})
155
- target_link_libraries(fbe-tests ${LINKLIBS} Catch2::Catch2WithMain)
+ target_include_directories(fbe-tests PRIVATE Catch2 PUBLIC ${rapidjson})
+ target_link_libraries(fbe-tests ${LINKLIBS} Catch2)
156
list(APPEND INSTALL_TARGETS fbe-tests)
157
list(APPEND INSTALL_TARGETS_PDB fbe-tests)
158
0 commit comments