Salome HOME
Improve unit-tests and coverage.
[modules/shaper.git] / CMakeCommon / FindSalome.cmake
index c2403c2702b3d5f09110d1550ea54bad21a4d3e1..91d2ea82098cc5ee6ebadc331a51609573f39c0f 100644 (file)
@@ -1,10 +1,29 @@
-
+# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 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)
 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)
        FIND_LIBRARY(CAM CAM ${GUI_ROOT_DIR}/lib/salome)
        FIND_LIBRARY(CASCatch CASCatch ${GUI_ROOT_DIR}/lib/salome)