X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=96dd7f3148e920988330ac174f680729361248e9;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=ab2e63fb00fc6cf627a70d0de33343879b558835;hpb=0716fd562e4f709b42f40ce827a9ca02ac70634f;p=modules%2Fyacs.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index ab2e63fb0..96dd7f314 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 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 @@ -21,10 +21,13 @@ # Common packages ## SET(SUBDIRS_COMMON - bases engine wrappergen yacsorb salomeloader - pmml + bases engine wrappergen yacsorb salomeloader workloadmanager ) +IF(SALOME_YACS_USE_EMBEDDED_PMML) + LIST(APPEND SUBDIRS_COMMON pmml) +ENDIF(SALOME_YACS_USE_EMBEDDED_PMML) + ## # KERNEL ##