From e4ee1489c03b6012ec720cd9682299e4fc905ed3 Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 14 Feb 2013 14:29:09 +0000 Subject: [PATCH] Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. --- build_cmake | 3 ++- build_cmake.bat | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build_cmake b/build_cmake index 47bd15c..57364c4 100755 --- a/build_cmake +++ b/build_cmake @@ -21,7 +21,8 @@ CURRENT_DIR=`pwd` CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` cd ${CONF_DIR} -python $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py --ghs3dplugin +python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --ghs3dplugin status=$? cd ${CURRENT_DIR} exit $status + diff --git a/build_cmake.bat b/build_cmake.bat index 5008649..d702932 100644 --- a/build_cmake.bat +++ b/build_cmake.bat @@ -17,4 +17,4 @@ @REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com @REM -%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\am2cmake.py --ghs3dplugin +%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --ghs3dplugin -- 2.39.2