tests: cmake: fix building with system gtest

Issues #980 #983
This commit is contained in:
redfish 2016-08-29 13:56:34 -04:00
parent 4a9e94944c
commit 640a934d5f
6 changed files with 10 additions and 9 deletions

View file

@ -42,7 +42,7 @@ target_link_libraries(transfers
crypto
common
epee
${GTEST_MAIN_LIBRARIES}
${GTEST_LIBRARIES}
${Boost_LIBRARIES})
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test_transfers")