From: Anthony Geay Date: Tue, 16 Feb 2016 15:11:57 +0000 (+0100) Subject: Charly is responsible of this modification :) X-Git-Tag: V8_0_0rc2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=329fa315b5cf468b3f07dc3b1624ed016712c31d;p=tools%2Fmedcoupling.git Charly is responsible of this modification :) --- diff --git a/cmake_files/FindMetis.cmake b/cmake_files/FindMetis.cmake index b731cb8c8..3a0a9cb2a 100644 --- a/cmake_files/FindMetis.cmake +++ b/cmake_files/FindMetis.cmake @@ -43,7 +43,7 @@ FOREACH(ln ${list_metis_h_content}) ENDIF("${ln}" MATCHES "^#define METIS_VER_MAJOR") ENDFOREACH(ln ${list_metis_h_content}) IF(metis_major_version STREQUAL 5) - SET(SALOME_MED_METIS_V5 1) + SET(MEDCOUPLING_METIS_V5 1) MESSAGE(STATUS "Metis maj version 5 detected.") ELSE(metis_major_version STREQUAL 5) MESSAGE(STATUS "Metis maj version 4 detected.")