From: bruneton Date: Thu, 11 Jul 2013 14:45:43 +0000 (+0000) Subject: CMake: MED file detection was errouneously deleted! Restored. X-Git-Tag: V7_3_0a1~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=57ee47a20af8e0a2dae6dd32a09b3f740b11dcdb;p=modules%2Fparavis.git CMake: MED file detection was errouneously deleted! Restored. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b7a488a4..c37c098b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,7 @@ SET(BUILD_PLUGINS 1) SET(MED_ROOT_DIR "$ENV{MED_ROOT_DIR}" CACHE PATH "Path to the MED Salome module") LIST(APPEND CMAKE_MODULE_PATH "${MED_ROOT_DIR}/adm_local/cmake_files") FIND_PACKAGE(SalomeMED REQUIRED) +FIND_PACKAGE(SalomeMEDFile REQUIRED) # TODO: the below requires ParaView in the PYTHONPATH ... not so nice: MESSAGE(STATUS "Generating wrapped class list (??) ...")