diff options
author | redfish <redfish@galactica.pw> | 2016-08-29 13:56:34 -0400 |
---|---|---|
committer | redfish <redfish@galactica.pw> | 2016-08-30 23:04:53 -0400 |
commit | 640a934d5f6163f1069dda933c590bf463d0d5d1 (patch) | |
tree | 6810f4649e2e84817378480d1ec4d7b2e7ad27b1 /tests/libwallet_api_tests/CMakeLists.txt | |
parent | tests: cmake: use a list for enabled tests (diff) | |
download | monero-640a934d5f6163f1069dda933c590bf463d0d5d1.tar.xz |
tests: cmake: fix building with system gtest
Issues #980 #983
Diffstat (limited to 'tests/libwallet_api_tests/CMakeLists.txt')
-rw-r--r-- | tests/libwallet_api_tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/CMakeLists.txt b/tests/libwallet_api_tests/CMakeLists.txt index e60947084..416192cce 100644 --- a/tests/libwallet_api_tests/CMakeLists.txt +++ b/tests/libwallet_api_tests/CMakeLists.txt @@ -40,7 +40,7 @@ add_executable(libwallet_api_tests target_link_libraries(libwallet_api_tests LINK_PRIVATE wallet - ${GTEST_MAIN_LIBRARIES} + ${GTEST_LIBRARIES} ${EXTRA_LIBRARIES}) set_property(TARGET libwallet_api_tests |