]> Creatis software - creaToolsTools.git/commitdiff
ITK_USE_REVIEW_STATISTICS:BOOL=ON (for ESRF)
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 09:18:32 +0000 (09:18 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 09:18:32 +0000 (09:18 +0000)
Linux/scripts/ThirdParty-install.sh

index 2f4fdaf100511aea6d2ee18279b0b49e773c2196..e2df511a37b6c945bcc8be5ccd0ef3260024752a 100644 (file)
@@ -212,7 +212,7 @@ then
   cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
   ##cmake -G"CodeBlocks - Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
   cmake -D USE_DEBUG_LIB:BOOL=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefixThird CMakeCache.txt
-  cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D ITK_USE_REVIEW:BOOL=ON CMakeCache.txt
+  cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D ITK_USE_REVIEW:BOOL=ON -D ITK_USE_REVIEW_STATISTICS:BOOL=ON CMakeCache.txt
   #uncomment following line if you want to use the bleeding edge of GDCM2!
   #cmake -D ITK_USE_SYSTEM_GDCM:BOOL=ON CMakeCache.txt
   cmake CMakeCache.txt