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 e7f0ae3 commit 29d11c9Copy full SHA for 29d11c9
3rdparty/CMakeLists.txt
@@ -196,7 +196,6 @@ if(pfasst_BUILD_TESTS)
196
list(APPEND TESTS_3rdparty_DEPENDEND_LIBS ${Pthread})
197
list(APPEND pfasst_TESTS_DEPENDEND_TARGETS googlemock)
198
else()
199
- string(REGEX REPLACE "so$" "a" GMOCK_LIBRARIES ${GMOCK_LIBRARIES})
200
list(APPEND TESTS_3rdparty_DEPENDEND_LIBS ${GMOCK_LIBRARIES} "-pthread")
201
list(APPEND TESTS_3rdparty_INCLUDES ${GMOCK_INCLUDE_DIRS})
202
endif(NOT GMOCK_FOUND)
0 commit comments