Salome HOME
maj
[modules/shaper.git] / CMakeCommon / FindSalome.cmake
index 47e23a7e56f31121a1df948bfef313f87aa48c73..3eb57035b2fa456e39e8462af6e580e2cd19874f 100644 (file)
@@ -1,14 +1,23 @@
-## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-
-
-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)
+# Copyright (C) 2014-2022  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
+#
 
+IF(${HAVE_SALOME})
        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)
@@ -50,8 +59,4 @@ IF(EXISTS ${GUI_ROOT_DIR})
        FIND_LIBRARY(vtkTools vtkTools ${GUI_ROOT_DIR}/lib/salome)
        FIND_LIBRARY(SalomeGuiHelpers SalomeGuiHelpers ${GUI_ROOT_DIR}/lib/salome)
        FIND_LIBRARY(SalomeTreeData SalomeTreeData ${GUI_ROOT_DIR}/lib/salome)
-
-       SET(SALOME_GUI_INCLUDE ${GUI_ROOT_DIR}/include/salome)
-       SET(SALOME_KERNEL_INCLUDE ${KERNEL_ROOT_DIR}/include/salome)
-       ADD_DEFINITIONS( -DHAVE_SALOME )
-ENDIF(EXISTS ${GUI_ROOT_DIR})
+ENDIF()