Skip to content

Commit

Permalink
Include OpenSceneGraph headers as system headers.
Browse files Browse the repository at this point in the history
This is needed when Equalizer is compiled with a custom version of OSG
which is not installed in a system directory.
  • Loading branch information
Juan Hernando Vieites committed Mar 22, 2016
1 parent 3494588 commit 71d3ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ common_package(Lunchbox REQUIRED)
common_package(MAGELLAN)
common_package(OpenCV)
common_package(OpenGL REQUIRED)
common_package(OpenSceneGraph COMPONENTS osgDB osgUtil)
common_package(OpenSceneGraph SYSTEM COMPONENTS osgDB osgUtil)
common_package(Pression REQUIRED)
common_package(Qt5Core)
common_package(Qt5Gui)
Expand Down

0 comments on commit 71d3ac3

Please sign in to comment.