We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3bb67 commit 2c32a66Copy full SHA for 2c32a66
1 file changed
cmake/FindCOVER.cmake
@@ -7,7 +7,7 @@ if(NOT COVISE_FOUND)
7
endif()
8
9
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "$ENV{EXTERNLIBS}/OpenSceneGraph")
10
-covise_find_package(OpenSceneGraph 3.6.0 COMPONENTS osgViewer osgGA osgDB)
+covise_find_package(OpenSceneGraph 3.6.0 COMPONENTS osgViewer osgGA osgDB osgUtil osgText osgParticle osgSim osgFX)
11
set(OpenGL_GL_PREFERENCE LEGACY)
12
covise_find_package(OpenGL)
13
covise_find_package(GLEW)
0 commit comments