From: inv Date: Thu, 24 May 2012 10:45:19 +0000 (+0000) Subject: SALOME 6.5.0 preparation: update environment for MED module: force CMakeLists.txt... X-Git-Tag: V6_5_0rc1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=04b73f7e3bc1501b66d0b4be12d0b29db95bfcac;p=tools%2Finstall.git SALOME 6.5.0 preparation: update environment for MED module: force CMakeLists.txt files generation with build_cmake --- diff --git a/config_files/MED.sh b/config_files/MED.sh index 7261a33..400dfa6 100755 --- a/config_files/MED.sh +++ b/config_files/MED.sh @@ -38,6 +38,7 @@ if [ -n "\${ENV_FOR_LAUNCH}" ] ; then export PATH=\${MED_ROOT_DIR}/bin/salome:\${PATH} export LD_LIBRARY_PATH=\${MED_ROOT_DIR}/lib/salome:\${LD_LIBRARY_PATH} export PYTHONPATH=\${MED_ROOT_DIR}/bin/salome:\${MED_ROOT_DIR}/lib/salome:\${MED_ROOT_DIR}/lib/python\${PYTHON_VERSION}/site-packages/salome:\${PYTHONPATH} + export AM2CMAKE_FORCE_GENERATION=1 fi fi ##