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 72f8c3b commit 8305864Copy full SHA for 8305864
test/CMakeLists.txt
@@ -65,7 +65,7 @@ add_test_cflags(
65
"-DTEST_SERIALIZATION_FOLDER=\\\\\"${CMAKE_CURRENT_BINARY_DIR}/serialization-data\\\\\""
66
)
67
if(cereal_FOUND)
68
- target_link_libraries(${PROJECT_NAME}-test-cpp-serialization PRIVATE cereal)
+ target_link_libraries(${PROJECT_NAME}-test-cpp-serialization PRIVATE cereal::cereal)
69
else()
70
target_include_directories(
71
${PROJECT_NAME}-test-cpp-serialization SYSTEM
0 commit comments