X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=build_cmake;h=61bf17465e12217af7db7df48e2860a0cf78c0be;hb=51b7f08bdb9757517575bf964ce4c89785e2b2f1;hp=0d746fa25b9fd4ce762cb1adabacaa5635bfab62;hpb=94d102d362379da8b0dc676e72a7af0a0a0af49a;p=modules%2Fmed.git diff --git a/build_cmake b/build_cmake index 0d746fa25..61bf17465 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,8 +21,8 @@ CURRENT_DIR=`pwd` CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` cd ${CONF_DIR} -if test -f $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py ; then - python $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py --med +if test -f $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py ; then + python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --med else python adm_local_without_kernel/cmake_files/am2cmake.py --med fi