diff --git a/CMakeLists.txt b/CMakeLists.txt index b4e5be42d5..5017867170 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,7 @@ endif() # required - globally used find_package(OpenGL REQUIRED) -find_package(OpenSceneGraph REQUIRED COMPONENTS osg osgDB osgGA osgManipulator osgShadow osgSim osgText osgUtil osgViewer OpenThreads) +find_package(OpenSceneGraph REQUIRED COMPONENTS osgManipulator osgShadow osgSim osgViewer osgGA osgUtil osgText osgDB osg OpenThreads) # integrated profiling with tracy? if(OSGEARTH_ENABLE_PROFILING)