X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcmake.pyconf;h=ad02719886250dcbe711ef5dbcace9375cade91f;hb=542d5c218fe458add2cac7e6e2bbaf799075290b;hp=9bd309b447ce626a580ff4ce955d9600a1808e85;hpb=c296662ff8fce66fabcf62b59031a0be01f0640a;p=tools%2Fsat_salome.git diff --git a/products/cmake.pyconf b/products/cmake.pyconf index 9bd309b..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'] # spns #19085 + patches : ['cmake-3.12.1.patch'] } version_3_12_1_win: { patches : [] -} \ No newline at end of file +}