summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-25 21:19:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-25 21:19:46 (GMT)
commitcad19fff1ae726ac191134d45e0f9b1b692bbadc (patch)
treea7969f27dbe116ce21c3ec4169862ef282490183 /config/cmake/cacheinit.cmake
parentf134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4 (diff)
downloadhdf5-cad19fff1ae726ac191134d45e0f9b1b692bbadc.zip
hdf5-cad19fff1ae726ac191134d45e0f9b1b692bbadc.tar.gz
hdf5-cad19fff1ae726ac191134d45e0f9b1b692bbadc.tar.bz2
[svn-r19994] Added ability to use compressed file for external libraries
Bring 19993 from trunk Tested: local linux
Diffstat (limited to 'config/cmake/cacheinit.cmake')
-rwxr-xr-xconfig/cmake/cacheinit.cmake12
1 files changed, 10 insertions, 2 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index 627aa4a..975a22a 100755
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -40,8 +40,16 @@ SET (HDF5_DISABLE_COMPILER_WARNINGS OFF CACHE BOOL "Disable compiler warnings" F
SET (HDF5_USE_16_API_DEFAULT OFF CACHE BOOL "Use the HDF5 1.6.x API by default" FORCE)
-SET (HDF5_ALLOW_EXTERNAL_SUPPORT "NO" CACHE STRING "Allow External Library Building" FORCE)
-
SET (HDF5_ENABLE_THREADSAFE OFF CACHE BOOL "(WINDOWS)Enable Threadsafety" FORCE)
SET (HDF5_PACKAGE_EXTLIBS OFF CACHE BOOL "(WINDOWS)CPACK - include external libraries" FORCE)
+
+SET (HDF5_ALLOW_EXTERNAL_SUPPORT "NO" CACHE STRING "Allow External Library Building" FORCE)
+
+SET (ZLIB_SVN_URL "http://svn.hdfgroup.uiuc.edu/zlib/trunk" CACHE STRING "Use ZLib from HDF repository" FORCE)
+
+SET (SZIP_SVN_URL "http://svn.hdfgroup.uiuc.edu/szip/trunk" CACHE STRING "Use SZip from HDF repository" FORCE)
+
+SET (ZLIB_TGZ_NAME "ZLib.tar.gz" CACHE STRING "Use ZLib from compressed file" FORCE)
+
+SET (SZIP_TGZ_NAME "SZip.tar.gz" CACHE STRING "Use SZip from compressed file" FORCE)