From 9a336da3595f2832bde7bdbe81f7e809c5c13360 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Tue, 11 Jun 2013 19:41:29 +0200 Subject: [PATCH] Use global TEST_LIBS... --- simgear/io/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index 963e0436..7898890d 100644 --- a/simgear/io/CMakeLists.txt +++ b/simgear/io/CMakeLists.txt @@ -45,16 +45,6 @@ set(SOURCES simgear_component(io io "${SOURCES}" "${HEADERS}") if(ENABLE_TESTS) - -if (SIMGEAR_SHARED) - set(TEST_LIBS SimGearCore) -else() - set(TEST_LIBS SimGearCore - ${CMAKE_THREAD_LIBS_INIT} - ${WINSOCK_LIBRARY} - ${ZLIB_LIBRARY} - ${RT_LIBRARY}) -endif() add_executable(http_svn http_svn.cxx) target_link_libraries(http_svn ${TEST_LIBS}) -- 2.39.5