summaryrefslogtreecommitdiffstats
path: root/config/cmake/mccacheinit.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-04-21 19:23:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-04-21 19:23:12 (GMT)
commit282d1cd22459bf0d6642f6b16ea59f39663c4a76 (patch)
treeb99fa322e747b96db85cce838e520411872383d5 /config/cmake/mccacheinit.cmake
parentaf5d073a30960bb2df0b9fb572c7fafbe65902fa (diff)
downloadhdf5-282d1cd22459bf0d6642f6b16ea59f39663c4a76.zip
hdf5-282d1cd22459bf0d6642f6b16ea59f39663c4a76.tar.gz
hdf5-282d1cd22459bf0d6642f6b16ea59f39663c4a76.tar.bz2
[svn-r20591] On windows the ext libs did not work for cpack process. Changed ext lib handling to get the correct path. Needs more work to remove the the pre-install copying.
Bring r20590 from trunk Tested: windows
Diffstat (limited to 'config/cmake/mccacheinit.cmake')
-rwxr-xr-xconfig/cmake/mccacheinit.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cmake/mccacheinit.cmake b/config/cmake/mccacheinit.cmake
index f7313ba..e467a60 100755
--- a/config/cmake/mccacheinit.cmake
+++ b/config/cmake/mccacheinit.cmake
@@ -8,13 +8,13 @@ SET (BUILD_SHARED_LIBS OFF CACHE BOOL "Build Shared Libraries" FORCE)
SET (BUILD_TESTING ON CACHE BOOL "Build HDF5 Unit Testing" FORCE)
-SET (HDF5_BUILD_CPP_LIB ON CACHE BOOL "Build HDF5 C++ Library" FORCE)
+SET (HDF5_BUILD_CPP_LIB OFF CACHE BOOL "Build HDF5 C++ Library" FORCE)
-SET (HDF5_BUILD_EXAMPLES ON CACHE BOOL "Build HDF5 Library Examples" FORCE)
+SET (HDF5_BUILD_EXAMPLES OFF CACHE BOOL "Build HDF5 Library Examples" FORCE)
-SET (HDF5_BUILD_FORTRAN ON CACHE BOOL "Build FORTRAN support" FORCE)
+SET (HDF5_BUILD_FORTRAN OFF CACHE BOOL "Build FORTRAN support" FORCE)
-SET (HDF5_BUILD_HL_LIB ON CACHE BOOL "Build HIGH Level HDF5 Library" FORCE)
+SET (HDF5_BUILD_HL_LIB OFF CACHE BOOL "Build HIGH Level HDF5 Library" FORCE)
SET (HDF5_BUILD_TOOLS ON CACHE BOOL "Build HDF5 Tools" FORCE)