From b61692b66772e3f6f8482bd7015cc1fc5f18e4c6 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Fri, 3 Aug 2012 22:32:39 +0200 Subject: [PATCH] add libosgGA to OpenSceneGraph libraries used with tests The DeletionManager needs osgGA. This becomes apparent when building shared libraries. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 623feea5..f34d8828 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,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) -- 2.39.5