Salome HOME
Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake
[plugins/gmshplugin.git] / adm_local / cmake_files / FindSalomeGMSH.cmake
index d6f65de38369bd75b5fa087b1280694da1a8cc99..bdba796954612184bf28fe53baead506e268e337 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016  EDF R&D
+# Copyright (C) 2016-2020  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 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.alneos.com/ or email : contact@alneos.fr
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
 SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(GMSH GMSH_INCLUDE_DIRS 2)
 MARK_AS_ADVANCED(GMSH_INCLUDE_DIRS GMSH_LIBRARIES)
 
-IF(CGNS_FOUND) 
+IF(GMSH_FOUND) 
   SALOME_ACCUMULATE_HEADERS(GMSH_INCLUDE_DIRS)
   SALOME_ACCUMULATE_ENVIRONMENT(LD_LIBRARY_PATH ${GMSH_LIBRARIES})
 ENDIF()
\ No newline at end of file