Salome HOME
Increment version to 7.2.0
[samples/pyhello.git] / build_cmake
index e6d7a0bc1880eba0f9b3ff983960858e6535d7a1..dfe7b2c3c0144845583d6db224d495ccac7c9ed8 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 --pyhello
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --pyhello
 status=$?
 cd ${CURRENT_DIR}
 exit $status