X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeCommon%2FFindSalome.cmake;h=91d2ea82098cc5ee6ebadc331a51609573f39c0f;hb=3e51a4175c0c8ed05073688c6ae3c08f14e77ffe;hp=c2403c2702b3d5f09110d1550ea54bad21a4d3e1;hpb=0eb1324aa68cf606e0c556f900c289c6a485c13e;p=modules%2Fshaper.git diff --git a/CMakeCommon/FindSalome.cmake b/CMakeCommon/FindSalome.cmake index c2403c270..91d2ea820 100644 --- a/CMakeCommon/FindSalome.cmake +++ b/CMakeCommon/FindSalome.cmake @@ -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)