]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
IMP: HOMARD / CMake build procedure: MEDFILE can be found on the base of the configur...
authorrnc <rnc@opencascade.com>
Mon, 14 Oct 2013 09:15:18 +0000 (09:15 +0000)
committerrnc <rnc@opencascade.com>
Mon, 14 Oct 2013 09:15:18 +0000 (09:15 +0000)
CMakeLists.txt

index c57cda28eccfcbb2659c0b5dfbd7a81716c71a53..26c64f86ae89b78d3d989f4f68e35b4e1323b753 100755 (executable)
@@ -76,9 +76,6 @@ FIND_PACKAGE(SalomeOmniORB REQUIRED)
 FIND_PACKAGE(SalomeOmniORBPy REQUIRED)
 # HDF5
 FIND_PACKAGE(SalomeHDF5 REQUIRED COMPONENTS C)
-# MedFile
-FIND_PACKAGE(SalomeMEDFile REQUIRED)
-
 
 # Other KERNEL optionals:
 IF(SALOME_USE_MPI)
@@ -133,6 +130,13 @@ ELSE(EXISTS ${SMESH_ROOT_DIR})
   MESSAGE(FATAL_ERROR "We absolutely need a Salome SMESH, please define SMESH_ROOT_DIR")
 ENDIF(EXISTS ${SMESH_ROOT_DIR})
 
+##
+## From SMESH:
+##
+
+# MedFile
+FIND_PACKAGE(SalomeMEDFile REQUIRED)
+
 ##
 ## HOMARD specifics
 ##