From: vsr Date: Fri, 14 Nov 2014 11:19:32 +0000 (+0300) Subject: Fix problem of configuration with -DSALOME_BUILD_GUI=OFF option X-Git-Tag: V7_5_0rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c102d2b020f9f55f46210ad90e81522f5b5ed7e4;p=plugins%2Fhybridplugin.git Fix problem of configuration with -DSALOME_BUILD_GUI=OFF option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c6bffd..6c6e0af 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ IF(SALOME_BUILD_GUI) ENDIF(SALOME_BUILD_GUI) # VTK -FIND_PACKAGE(SalomeVTK 6.1 REQUIRED) +FIND_PACKAGE(SalomeVTK REQUIRED) # OCCT FIND_PACKAGE(SalomeCAS REQUIRED)