X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c2124c4bce0136dc40167d3aafc48b92425455df;hb=3a0ae3df58d4648eb8c43781955df71f1a7ab135;hp=b4420de0097404888bcee4d91a93824745961121;hpb=d0a50327233c78e000af70a21e9cd69ef4e82020;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b4420de0..c2124c4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)