X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=adm_local%2Fcmake_files%2FFindSIP.cmake;h=06f3f1ef5ca0a344ae5fa3b2de3480aba0a1a1ae;hb=3a0ba13afff7a465ade65e11e7b84f22a658bea4;hp=5283ae75f6829d4344ecb5b0ad72f245e94d11bf;hpb=b5932f72a3143f71d674669395804f15534802c9;p=modules%2Fgui.git diff --git a/adm_local/cmake_files/FindSIP.cmake b/adm_local/cmake_files/FindSIP.cmake index 5283ae75f..06f3f1ef5 100644 --- a/adm_local/cmake_files/FindSIP.cmake +++ b/adm_local/cmake_files/FindSIP.cmake @@ -1,23 +1,9 @@ -# - Find SIP -# Sets the following variables: -# SIP_EXECUTABLE - path to the SIP executable -# SIP_INCLUDE_DIR - path to the SIP headers -# SIP_PYTHONPATH - path to the SIP Python packages -# -# The header sip.h is looked for. -# The binary 'sip' is looked for. -# - -######################################################################### -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# Copyright (C) 2013-2015 CEA/DEN, EDF R&D, OPEN CASCADE # # 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. +# 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 @@ -31,6 +17,16 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# - Find SIP +# Sets the following variables: +# SIP_EXECUTABLE - path to the SIP executable +# SIP_INCLUDE_DIR - path to the SIP headers +# SIP_PYTHONPATH - path to the SIP Python packages +# +# The header sip.h is looked for. +# The binary 'sip' is looked for. +# + IF(NOT SIP_FIND_QUIETLY) MESSAGE(STATUS "Looking for SIP ...") ENDIF()