X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=96dd7f3148e920988330ac174f680729361248e9;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=f20fce633834e7a9bd6bef35b08710b305d25677;hpb=237b241699ced019d48ecc8cac65bf9abeb4b5e1;p=modules%2Fyacs.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f20fce633..96dd7f314 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 @@ -22,9 +22,12 @@ ## 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 ##