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.
2 parents 6a75770 + 649ebb6 commit 74d7cbbCopy full SHA for 74d7cbb
tests/CMakeLists.txt
@@ -5,6 +5,6 @@ endif()
5
6
message(STATUS "Add GoogleTest cpp_thread_tests")
7
add_executable(cpp_thread_tests concurrency_tests.cpp exceptions_tests.cpp synchronized_queue_tests.cpp)
8
-target_link_libraries(cpp_thread_tests GTest::GTest GTest::gtest_main cpp-pthread-shared ${GCOV_LIB})
+target_link_libraries(cpp_thread_tests GTest::GTest GTest::gtest_main cpp-pthread-static ${GCOV_LIB})
9
10
add_test(NAME cpp_thread_tests COMMAND cpp_thread_tests)
0 commit comments