]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
CMake: MED file detection was errouneously deleted! Restored.
authorbruneton <bruneton>
Thu, 11 Jul 2013 14:45:43 +0000 (14:45 +0000)
committerbruneton <bruneton>
Thu, 11 Jul 2013 14:45:43 +0000 (14:45 +0000)
CMakeLists.txt

index b7a488a4bbacb7c62619afd844802f6c3f55bc4e..c37c098bfdbdbb96290644b72c12252449a4244a 100644 (file)
@@ -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 (??) ...")