From: vsr Date: Fri, 31 Jan 2014 14:34:28 +0000 (+0000) Subject: Fix problem with wrong blsurf support option processing X-Git-Tag: V7_4_0a1~2^2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=07c34aaa418babcb6362b5e955ca720fdee29754;p=plugins%2Fhexoticplugin.git Fix problem with wrong blsurf support option processing --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e680e48..b1af97f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,9 +161,9 @@ IF(SALOME_HEXOTICPLUGIN_USE_BLSURFPLUGIN) SALOME_LOG_OPTIONAL_PACKAGE(SalomeBLSURFPLUGIN WITH_BLSURFPLUGIN) ENDIF(EXISTS ${BLSURFPLUGIN_ROOT_DIR}) - IF(BLSURFPLUGIN_FOUND) + IF(SalomeBLSURFPLUGIN_FOUND) ADD_DEFINITIONS(-DWITH_BLSURFPLUGIN) - ENDIF(BLSURFPLUGIN_FOUND) + ENDIF() ENDIF(SALOME_HEXOTICPLUGIN_USE_BLSURFPLUGIN)