Skip to content

Commit

Permalink
Merge pull request #581 from hernando/master
Browse files Browse the repository at this point in the history
Obey EQUALIZER_USE_OSG
  • Loading branch information
eile committed Sep 7, 2016
2 parents ca093c4 + ead9602 commit 31dd391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMake/configure.cmake
Expand Up @@ -20,7 +20,9 @@ common_find_package(Lunchbox REQUIRED)
common_find_package(MAGELLAN)
common_find_package(OpenCV)
common_find_package(OpenGL REQUIRED)
common_find_package(OpenSceneGraph SYSTEM COMPONENTS osgDB osgUtil)
if(EQUALIZER_USE_OSG)
common_find_package(OpenSceneGraph SYSTEM COMPONENTS osgDB osgUtil)
endif()
common_find_package(Pression REQUIRED)
common_find_package(Qt5Core)
common_find_package(Qt5Gui)
Expand Down

0 comments on commit 31dd391

Please sign in to comment.