From 7ffc84fb866d82b14781ff404960b5e93785c966 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 4 Oct 2011 17:53:53 +0100 Subject: [PATCH] Fix decode_bin linkage with GNU ld. --- simgear/io/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index ac2b7781..01560b39 100644 --- a/simgear/io/CMakeLists.txt +++ b/simgear/io/CMakeLists.txt @@ -60,7 +60,7 @@ target_link_libraries(httpget add_executable(decode_binobj decode_binobj.cxx) target_link_libraries(decode_binobj - sgbucket sgio sgstructure sgthreads sgtiming sgmisc sgdebug + sgio sgbucket sgstructure sgthreads sgtiming sgmisc sgdebug ${CMAKE_THREAD_LIBS_INIT} ${WINSOCK_LIBRARY} ${ZLIB_LIBRARY} -- 2.39.5