Skip to content

Commit 649ebb6

Browse files
fixes #146
Use static library...
1 parent 6a75770 commit 649ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ endif()
55

66
message(STATUS "Add GoogleTest cpp_thread_tests")
77
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})
8+
target_link_libraries(cpp_thread_tests GTest::GTest GTest::gtest_main cpp-pthread-static ${GCOV_LIB})
99

1010
add_test(NAME cpp_thread_tests COMMAND cpp_thread_tests)

0 commit comments

Comments
 (0)