X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcmake.pyconf;h=ad02719886250dcbe711ef5dbcace9375cade91f;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=6161d094d59d425d5b76c3299f9cc12bc53053b4;hpb=4f6c1c40a9904001c3e7846827e993a1d16ca1af;p=tools%2Fsat_salome.git diff --git a/products/cmake.pyconf b/products/cmake.pyconf index 6161d09..ad02719 100644 --- a/products/cmake.pyconf +++ b/products/cmake.pyconf @@ -5,7 +5,7 @@ default : compil_script : $name + $VARS.scriptExtension get_source : "archive" patches: [] - system_info : + system_info : { rpm : [] rpm_dev : ["cmake"] @@ -17,22 +17,23 @@ default : env_script : $name + ".py" } depend : [] + opt_depend: ["gcc"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base' properties: { incremental : "yes" - compile_time : "yes" + compile_and_runtime : "yes" } } version_3_12_1: { - patches : ['cmake-3.12.1.patch', 'cmake-3.12.1-checkUnusedVariables.patch'] # spns #19085 + patches : ['cmake-3.12.1.patch'] } version_3_12_1_win: { patches : [] -} \ No newline at end of file +}