]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
hla: Do not call time advance with non positive increment.
[simgear.git] / CMakeLists.txt
index b4420de0097404888bcee4d91a93824745961121..c2124c4bce0136dc40167d3aafc48b92425455df 100644 (file)
@@ -128,7 +128,7 @@ else()
     find_package(OpenGL REQUIRED)
     find_package(OpenAL REQUIRED)
     find_package(ALUT REQUIRED)
-    find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgUtil)
+    find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil)
 endif(SIMGEAR_HEADLESS)
 
 if(JPEG_FACTORY)