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^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=feda366d776617f8b7fd5ee1ce2be4ea1bba2c1c;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)