Salome HOME
Modification of SALOME building and launching scripts
[modules/shaper.git] / CMakeCommon / FindSalome.cmake
index c2403c2702b3d5f09110d1550ea54bad21a4d3e1..5b4ba143f3f4c8f2a1d50a3b2c810d94b08aca84 100644 (file)
@@ -3,6 +3,7 @@
 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")
 IF(EXISTS ${GUI_ROOT_DIR})
+       MESSAGE("-- SALOME found at " ${GUI_ROOT_DIR})
        SET(HAVE_SALOME YES)
   
        FIND_LIBRARY(caf caf ${GUI_ROOT_DIR}/lib/salome)