X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=build_cmake;h=04e35220f3cf83741c47fc5a2bf86234db969e46;hp=01bb2ac7f6ea9927f174e938f6676e2dcaf3804e;hb=5c695246426b98aae9be15241a4b66d697080b37;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6 diff --git a/build_cmake b/build_cmake index 01bb2ac7f..04e35220f 100755 --- a/build_cmake +++ b/build_cmake @@ -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 --smesh +python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --smesh status=$? cd ${CURRENT_DIR} exit $status