OPTION(SALOME_MED_ENABLE_PYTHON "Build PYTHON bindings." ON)
OPTION(SALOME_MED_ENABLE_PARTITIONER "Build MEDPartitioner." ON)
OPTION(SALOME_MED_ENABLE_RENUMBER "Build Renumber." ON)
+OPTION(SALOME_MED_WITH_FILE_EXAMPLES "Install examples of files containing meshes and fields of different formats." ON)
OPTION(SALOME_USE_MPI "(Use MPI containers) - For MED this triggers the build of ParaMEDMEM." ${_default_MPI})
OPTION(SALOME_BUILD_GUI "Build GUI of MED." ON)
OPTION(SALOME_BUILD_TESTS "Build MED tests." ON)
ENDIF(NOT SALOME_MED_STANDALONE)
IF(NOT SALOME_MED_MICROMED)
- ADD_SUBDIRECTORY(resources)
+ IF(SALOME_MED_WITH_FILE_EXAMPLES)
+ ADD_SUBDIRECTORY(resources)
+ ENDIF(SALOME_MED_WITH_FILE_EXAMPLES)
ENDIF(NOT SALOME_MED_MICROMED)
# Configuration export