Salome HOME
Increment version: 9.4.0
[modules/shaper.git] / CMakeCommon / FindSalome.cmake
index 2231e8e6d7851b2c357b39bb19f1b59aea0a8d6d..98c5381ace6879afcb3636938112af6b96563f15 100644 (file)
@@ -1,11 +1,25 @@
-## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-
+# 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)
-MESSAGE("-- Checking SALOME at " ${GUI_ROOT_DIR})
 IF(EXISTS ${GUI_ROOT_DIR})
        MESSAGE("-- SALOME found at " ${GUI_ROOT_DIR})
        SET(HAVE_SALOME YES)
@@ -54,5 +68,6 @@ IF(EXISTS ${GUI_ROOT_DIR})
 
        SET(SALOME_GUI_INCLUDE ${GUI_ROOT_DIR}/include/salome)
        SET(SALOME_KERNEL_INCLUDE ${KERNEL_ROOT_DIR}/include/salome)
+        SET(SALOME_KERNEL_LIBDIR ${KERNEL_ROOT_DIR}/lib/salome)
        ADD_DEFINITIONS( -DHAVE_SALOME )
 ENDIF(EXISTS ${GUI_ROOT_DIR})