]> SALOME platform Git repositories - modules/gui.git/blobdiff - build_cmake
Salome HOME
Merge from V6_main 01/04/2013
[modules/gui.git] / build_cmake
index b8fe099ce4b114903fc3f1eb2e3d3d300f1b2da3..aaa38760c9c4bc60cca40ecbc0cf14e407fc51fb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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 --gui
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --gui
 status=$?
 cd ${CURRENT_DIR}
 exit $status