Salome HOME
Warning hunting
[modules/med.git] / src / MEDOP / CMakeLists.txt
index 00a361e6af37d1587a97b12ab520e32fda247ba2..a68d5c00481309de354dca3adb2e09b76060e1bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -22,4 +22,6 @@ ADD_SUBDIRECTORY(tui)
 ADD_SUBDIRECTORY(res)
 ADD_SUBDIRECTORY(gui)
 ADD_SUBDIRECTORY(exe)
-ADD_SUBDIRECTORY(doc)
+IF(SALOME_BUILD_DOC)
+  ADD_SUBDIRECTORY(doc)
+ENDIF(SALOME_BUILD_DOC)