Salome HOME
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.
authorakl <akl@opencascade.com>
Thu, 14 Feb 2013 14:32:46 +0000 (14:32 +0000)
committerakl <akl@opencascade.com>
Thu, 14 Feb 2013 14:32:46 +0000 (14:32 +0000)
build_cmake
build_cmake.bat

index 01bb2ac7f6ea9927f174e938f6676e2dcaf3804e..30eeb733d64dfb8f1749b9ed979919dc99028f5f 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 --smesh
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --smesh
 status=$?
 cd ${CURRENT_DIR}
 exit $status
index 890adcdff07b6535d4edc1d866d5fad55092fafb..38e8e726bbfc65ce3b92a008e2b70121730523e7 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 --smesh\r
+%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --smesh\r