]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/CMakeLists.txt
Salome HOME
[EDF27816] Management of double foreach and management of proxyfile lifecycle
[modules/yacs.git] / src / CMakeLists.txt
index f20fce633834e7a9bd6bef35b08710b305d25677..7c766f7caa50e71589168d1645d7cc340d8a7731 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2023  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
 ##