From 7720c9d89e439d5a029ade79adf6da28b2272bba Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 22 Dec 2010 19:51:17 +0000 Subject: [PATCH] Another link-ordering fix for CMake, discovered by papillion. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d924e399..975d9528e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) -- 2.39.5