We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8d43f commit 8e25915Copy full SHA for 8e25915
tests/CMakeLists.txt
@@ -145,7 +145,7 @@ target_compile_definitions(${PLSSVM_BASE_TEST_LIBRARY_NAME} PUBLIC PLSSVM_REGRES
145
target_link_libraries(${PLSSVM_BASE_TEST_LIBRARY_NAME} PUBLIC ${PLSSVM_ALL_LIBRARY_NAME})
146
147
# link against gtest
148
-target_link_libraries(${PLSSVM_BASE_TEST_LIBRARY_NAME} PUBLIC GTest::gmock GTest::gtest)
+target_link_libraries(${PLSSVM_BASE_TEST_LIBRARY_NAME} PUBLIC GTest::gmock)
149
150
# create base tests
151
set(PLSSVM_BASE_TEST_NAME Base_tests)
0 commit comments