From: mpv Date: Tue, 27 Dec 2016 14:49:40 +0000 (+0300) Subject: Test of automatic system X-Git-Tag: V_2.7.0~351^2~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=363ae964a7855ded5f48429230fcea85c9a76249;p=modules%2Fshaper.git Test of automatic system --- diff --git a/CMakeCommon/FindSalome.cmake b/CMakeCommon/FindSalome.cmake index 2231e8e6d..47e23a7e5 100644 --- a/CMakeCommon/FindSalome.cmake +++ b/CMakeCommon/FindSalome.cmake @@ -5,7 +5,6 @@ SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL directory") SET(GUI_ROOT_DIR $ENV{GUI_ROOT_DIR} CACHE PATH "Path to the Salome GUI directory") SET(HAVE_SALOME NO) -MESSAGE("-- Checking SALOME at " ${GUI_ROOT_DIR}) IF(EXISTS ${GUI_ROOT_DIR}) MESSAGE("-- SALOME found at " ${GUI_ROOT_DIR}) SET(HAVE_SALOME YES)