From b0cad595089cbf2b68bdac3a867545a5da5d4068 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 19 Feb 2014 10:58:39 -0800 Subject: [PATCH] Raise required OSG version to 3.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47d8e9d0..364aec23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,7 +178,7 @@ else() message(STATUS "Sound support: ENABLED") endif(ENABLE_SOUND) - find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil) + find_package(OpenSceneGraph 3.2.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil) endif(SIMGEAR_HEADLESS) find_package(ZLIB REQUIRED) -- 2.39.5