X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=build_cmake;h=04e35220f3cf83741c47fc5a2bf86234db969e46;hb=1f21d80b1bd736e29c02d754528794e25952127a;hp=01bb2ac7f6ea9927f174e938f6676e2dcaf3804e;hpb=d4a710ce52f6e76786a7b3845e2f7975dc9a00b1;p=modules%2Fsmesh.git 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