changeset 2586:7bbd8d45bb11

Turn ON the use of system-wide libraries. More compliant to standard.
author Haz-Edine Assemlal <haz-edine@assemlal.com>
date Mon, 05 Mar 2012 18:13:09 -0500
parents 8ae846333fa7
children 55fac3cfdf48
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,14 +33,14 @@
 OPTION(BUILD_TOOLS      "Build minc tools (mincreshape,mincresample, etc)" ON)
 OPTION(BUILD_CONVERTERS "Build minc conversion programs (mnc2nii, nii2mnc , dcm2mnc...)" ON)
 OPTION(BUILD_EZMINC     "Build C++ interface library EZminc" ON)
-OPTION(USE_SYSTEM_NETCDF "Use System NETCDF > 3.6.3" OFF)
+OPTION(USE_SYSTEM_NETCDF "Use System NETCDF > 3.6.3" ON)
 
 IF(BUILD_EZMINC)
 OPTION(BUILD_MINC4ITK   "Build ITK interface" ON)
 ENDIF(BUILD_EZMINC)
 
 IF(BUILD_MINC2)
- OPTION(USE_SYSTEM_HDF5 "Use System HDF5 > 1.8 " OFF)
+ OPTION(USE_SYSTEM_HDF5 "Use System HDF5 > 1.8 " ON)
 ENDIF(BUILD_MINC2)
 
 # external packages