Salome HOME
CoTech decision: move MEDWrapper from MED to SMESH
[modules/med.git] / build_cmake
index 0d746fa25b9fd4ce762cb1adabacaa5635bfab62..61bf17465e12217af7db7df48e2860a0cf78c0be 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,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