From: James Turner Date: Wed, 19 Feb 2014 18:58:39 +0000 (-0800) Subject: Raise required OSG version to 3.2.0 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0cad595089cbf2b68bdac3a867545a5da5d4068;p=simgear.git Raise required OSG version to 3.2.0 --- 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)