Salome HOME
Updated copyright comment
[modules/yacs.git] / src / CMakeLists.txt
index f20fce633834e7a9bd6bef35b08710b305d25677..96dd7f3148e920988330ac174f680729361248e9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 ##
 SET(SUBDIRS_COMMON
   bases engine wrappergen yacsorb salomeloader workloadmanager
-  pmml
   )
 
+IF(SALOME_YACS_USE_EMBEDDED_PMML)
+  LIST(APPEND SUBDIRS_COMMON pmml)
+ENDIF(SALOME_YACS_USE_EMBEDDED_PMML)
+
 ##
 # KERNEL
 ##