]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.
authorakl <akl@opencascade.com>
Thu, 14 Feb 2013 13:40:56 +0000 (13:40 +0000)
committerakl <akl@opencascade.com>
Thu, 14 Feb 2013 13:40:56 +0000 (13:40 +0000)
build_cmake
build_cmake.bat

index 83f78035a4e2825470fd38943d1c04ed54c0fbef..7acc570e5af8c8e6bbcfc3f1e2abb91da91eeaf7 100755 (executable)
@@ -21,7 +21,7 @@
 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 --geom
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --geom
 status=$?
 cd ${CURRENT_DIR}
 exit $status
index 0829ab1f1a466b410a48d6db166eb036f93edd1b..6b14a8ade3afb13be5c04b1c4a6f92a1ebf6dbbb 100644 (file)
@@ -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 --geom\r
+%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --geom\r