Salome HOME
0023582: [CEA] Rename MED module to FIELDS
[tools/documentation.git] / dev / cmake / source / skeleton.rst
index dc4cf6aecd9edf90cd12250ecd0849117674bbbb..79d4b0622596fa3af92fcc5a386f5372e72860f8 100644 (file)
@@ -16,7 +16,7 @@ The root CMakeLists.txt should contain the following elements:
   * SALOME_BUILD_TESTS: wether the unit tests should be built
   * SALOME_BUILD_DOC: wether the documentation for the current module should be generated and installed
 
-  Other flags specific to the module might be added, and should then start with *SALOME_XYZ_* where <XYZ> is the module's name (MED for example).
+  Other flags specific to the module might be added, and should then start with *SALOME_XYZ_* where <XYZ> is the module's name (FIELDS for example).
 
 * Detection of the required prerequisites for the module. All prerequisites in SALOME are detected through a call to FIND_PACKAGE(SalomeXYZ ...). See section :ref:`package`::