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

index 79de5426eac3050f59a6ed43dbbd8f9aee36dd41..da5f9fbe9885e3d380324310d34d6f64279e26f0 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 --netgenplugin
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --netgenplugin
 status=$?
 cd ${CURRENT_DIR}
 exit $status
index 0c3a272011ed8c24554fa6f461df1209916d96ac..7561ac2669fd4908441b5e4c6c6a67f7fb7337a4 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 --netgenplugin\r
+%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --netgenplugin\r