]> git.mxchange.org Git - flightgear.git/commitdiff
Fix Mac crashing on exit - link order determines library load order at runtime, and...
authorJames Turner <zakalawe@mac.com>
Fri, 28 Oct 2011 14:09:10 +0000 (15:09 +0100)
committerJames Turner <zakalawe@mac.com>
Fri, 28 Oct 2011 14:09:10 +0000 (15:09 +0100)
src/Main/CMakeLists.txt

index 565ec65b1754af7a3b28c05b7a8a9e7b667989f0..16a84267cb130915f8fa8f83ac6a56a202b455dd 100644 (file)
@@ -73,9 +73,9 @@ target_link_libraries(fgfs
        ${FG_LIBS}
        ${SIMGEAR_LIBRARIES}
        ${OPENSCENEGRAPH_LIBRARIES}
+       ${ALUT_LIBRARY} 
        ${OPENAL_LIBRARY}
        ${OPENGL_LIBRARIES}
-       ${ALUT_LIBRARY}
        ${PLIB_LIBRARIES}
        ${LIBSVN_LIBRARIES}
        ${HLA_LIBRARIES}