]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-VTK.sh
fix generation dir
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-VTK.sh
index 985474d397c57252dbb0ec6ba73c0aa5575e6976..f2a0b21a14d221337d7f5a2d4c124b74e01e2a39 100644 (file)
@@ -72,12 +72,14 @@ fi
 # the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
-then
+then  
+
   libname=VTK
   dirInstall=$binDir/$libname-Bin
   dirInstallVTK=$dirInstall
   export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
   mkdir $dirInstall
+  echo "we prepare directories dirInstallVTK " $dirInstallVTK  " VTK_DIR " $installPrefixThird/lib/vtk-5.6/
   cd $dirInstall
  
   cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/