summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-12 20:07:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-12 20:07:08 (GMT)
commit443a09f60d292c7d8147e80c5f80cd516705102c (patch)
treea268122ced78804ae7705eb0b894aabdc1406f5e /CMakeFilters.cmake
parentef36fba67baa283b70eb0d644a914b30a3ccd706 (diff)
downloadhdf5-443a09f60d292c7d8147e80c5f80cd516705102c.zip
hdf5-443a09f60d292c7d8147e80c5f80cd516705102c.tar.gz
hdf5-443a09f60d292c7d8147e80c5f80cd516705102c.tar.bz2
[svn-r25267] update external lib option property
Diffstat (limited to 'CMakeFilters.cmake')
-rw-r--r--CMakeFilters.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
index 541c1d4..f52b99b 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -17,7 +17,9 @@ HDF5_SETUP_FILTERS (NBIT)
HDF5_SETUP_FILTERS (SCALEOFFSET)
include (ExternalProject)
-option (HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO SVN TGZ)" "NO")
+#option (HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO SVN TGZ)" "NO")
+set (HDF5_ALLOW_EXTERNAL_SUPPORT "NO" CACHE STRING "Allow External Library Building (NO SVN TGZ)")
+set_property (CACHE HDF5_ALLOW_EXTERNAL_SUPPORT PROPERTY STRINGS NO SVN TGZ)
if (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN" OR HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "TGZ")
option (ZLIB_USE_EXTERNAL "Use External Library Building for ZLIB" 1)
option (SZIP_USE_EXTERNAL "Use External Library Building for SZIP" 1)