Skip to content

Commit 1b34649

Browse files
committed
also find Vrml97Cover library
1 parent 6f42733 commit 1b34649

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmake/FindCOVER.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ covise_find_library(COVER_OSGVRUI coOSGVRUI)
3838
covise_find_library(COVER_PLUGINUTIL coOpenPluginUtil)
3939
covise_find_library(COVER_AUDIO coVRAudio)
4040
covise_find_library(COVER_VRML coVRML)
41+
covise_find_library(COVER_VRMLINTERFACE Vrml97Cover)
4142

4243
include(FindPackageHandleStandardArgs)
4344

@@ -54,6 +55,8 @@ find_package_handle_standard_args(COVER DEFAULT_MSG
5455
mark_as_advanced(COVER_LIBRARY
5556
COVER_CONFIG_LIBRARY
5657
COVER_AUDIO_LIBRARY
58+
COVER_VRML_LIBRARY
59+
COVER_VRMLINTERFACE_LIBRARY
5760
COVER_VRUI_LIBRARY
5861
COVER_OSGVRUI_LIBRARY
5962
COVER_PLUGINUTIL_LIBRARY

0 commit comments

Comments
 (0)