]> git.mxchange.org Git - simgear.git/commitdiff
Fix decode_bin linkage with GNU ld.
authorJames Turner <zakalawe@mac.com>
Tue, 4 Oct 2011 16:53:53 +0000 (17:53 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 4 Oct 2011 16:53:53 +0000 (17:53 +0100)
simgear/io/CMakeLists.txt

index ac2b7781e0b02c86c548c87f00036cc04ed1a287..01560b39a01e431be9e8970feb8ca87cc1ad1bd2 100644 (file)
@@ -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}