]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/CMakeLists.txt
Revert "Asynchronous host lookups+caching, attempt #2"
[simgear.git] / simgear / io / CMakeLists.txt
index b3af066345afe4fc4c2eb17c94b8da37fd479b97..a2638e1bee9ef61a42051cef156a9f8e620fbc6f 100644 (file)
@@ -37,17 +37,17 @@ set(SOURCES
 simgear_component(io io "${SOURCES}" "${HEADERS}")
 
 add_executable(test_sock socktest.cxx)
-target_link_libraries(test_sock sgio sgstructure sgdebug sgthreads)
+target_link_libraries(test_sock sgio sgstructure sgdebug)
 
 add_executable(test_http test_HTTP.cxx)
 target_link_libraries(test_http 
-    sgio sgstructure sgtiming sgmisc sgdebug sgthreads
+    sgio sgstructure sgtiming sgmisc sgdebug
     ${RT_LIBRARY})
 
 add_test(http ${EXECUTABLE_OUTPUT_PATH}/test_http)
 
 add_executable(httpget httpget.cxx)
 target_link_libraries(httpget 
-    sgio sgstructure sgtiming sgmisc sgdebug sgthreads
+    sgio sgstructure sgtiming sgmisc sgdebug
     ${RT_LIBRARY})
     
\ No newline at end of file