]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Creating Plugins sub-dir in the build directory V2008b
authorsan <san@opencascade.com>
Wed, 17 Dec 2008 08:00:42 +0000 (08:00 +0000)
committersan <san@opencascade.com>
Wed, 17 Dec 2008 08:00:42 +0000 (08:00 +0000)
configure.ac

index d4981bdd17a73c8c07e595ef4d4664dc6c48672e..7e5a1b5ce1d857768e88ef215652319cfc717098 100644 (file)
@@ -303,7 +303,10 @@ if test "$HAS_CMAKE" = "yes"; then
   echo
 
   curdir=`pwd`
-  cd ./src/Plugins
+  if ! test -d ${ROOT_BUILDDIR}/src/Plugins; then
+    mkdir -p ${ROOT_BUILDDIR}/src/Plugins
+  fi
+  cd ${ROOT_BUILDDIR}/src/Plugins
   cmake -D ParaView_DIR=${PVINSTALLHOME} -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX=${PARAVIS_ROOT_DIR}/lib/salome ${ROOT_SRCDIR}/src/Plugins
   cd $curdir
 fi