]> git.mxchange.org Git - flightgear.git/commitdiff
Another link-ordering fix for CMake, discovered by papillion.
authorJames Turner <zakalawe@mac.com>
Wed, 22 Dec 2010 19:51:17 +0000 (19:51 +0000)
committerJames Turner <zakalawe@mac.com>
Wed, 22 Dec 2010 19:51:17 +0000 (19:51 +0000)
CMakeLists.txt

index 1d924e399664351de68cbd22794823a52a0bd92e..975d9528e474c6e32a9afb426bb72747b5776d26 100644 (file)
@@ -64,7 +64,7 @@ find_package(OpenGL REQUIRED)
 find_package(OpenAL REQUIRED)
 find_package(ALUT REQUIRED)
 find_package(OpenSceneGraph 2.8.2 REQUIRED osgText osgSim osgDB osgParticle osgFX osgUtil osgViewer osgGA)
-find_package(PLIB REQUIRED pu puaux js fnt)
+find_package(PLIB REQUIRED puaux pu js fnt)
 find_package(SimGear 2.0.0 REQUIRED)
 
 find_path (HAVE_SYS_TIME_H sys/time.h )