Skip to content

Commit

Permalink
Fix ordering of osg dependency libraries in find_package so it works …
Browse files Browse the repository at this point in the history
…consistently on linux
  • Loading branch information
gwaldron committed Oct 1, 2024
1 parent 2c16f3b commit d6d958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d6d958e

Please sign in to comment.