From: James Turner Date: Thu, 13 Jan 2011 22:14:37 +0000 (+0000) Subject: Olaf Flebbe: Decrease required OSG version. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d544dee4790d85b3b1d7a1b688e55414a1756f5;p=simgear.git Olaf Flebbe: Decrease required OSG version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d8684ca..efeb5bad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ else() find_package(OpenGL REQUIRED) find_package(OpenAL REQUIRED) find_package(ALUT REQUIRED) - find_package(OpenSceneGraph 2.8.2 REQUIRED osgText osgSim osgDB osgParticle osgUtil) + find_package(OpenSceneGraph 2.8.1 REQUIRED osgText osgSim osgDB osgParticle osgUtil) endif() if(JPEG_FACTORY)