summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-21 12:48:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-21 12:48:11 (GMT)
commita60e33f43d89f800b1f5afa8cd25e4d02b23e9b0 (patch)
tree63b40e07bd257461b7d364309eb9480f4541bac5 /config/cmake
parentb63ed4eddc5b0771bfa00c1bce093b3c03389c64 (diff)
downloadhdf5-a60e33f43d89f800b1f5afa8cd25e4d02b23e9b0.zip
hdf5-a60e33f43d89f800b1f5afa8cd25e4d02b23e9b0.tar.gz
hdf5-a60e33f43d89f800b1f5afa8cd25e4d02b23e9b0.tar.bz2
Add example packaging option and fix html5 issues
Diffstat (limited to 'config/cmake')
-rwxr-xr-xconfig/cmake/scripts/HDF5options.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake
index 82ab04a..c5f08ed 100755
--- a/config/cmake/scripts/HDF5options.cmake
+++ b/config/cmake/scripts/HDF5options.cmake
@@ -63,6 +63,9 @@ set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF")
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_ENCODING:BOOL=OFF")
+#### package examples ####
+#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACK_EXAMPLES:BOOL=ON -DHDF5_EXAMPLES_COMPRESSED:STRING=HDF5Examples-1.10.9-Source.tar.gz -DHDF5_EXAMPLES_COMPRESSED_DIR:PATH=${CTEST_SCRIPT_DIRECTORY}")
+
#############################################################################################
### disable test program builds