summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/HDF5options.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-14 17:14:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-14 17:14:44 (GMT)
commit2687321987f6ded4f85f138f8572abe96ce90264 (patch)
tree389703ef1c484ece34a73b557dc6919a78db4025 /config/cmake/scripts/HDF5options.cmake
parent847d675f2743ec420ef6c9efdd6e52ae93b4fe44 (diff)
downloadhdf5-2687321987f6ded4f85f138f8572abe96ce90264.zip
hdf5-2687321987f6ded4f85f138f8572abe96ce90264.tar.gz
hdf5-2687321987f6ded4f85f138f8572abe96ce90264.tar.bz2
HDFFV-10138 Merge app framework to examples
Diffstat (limited to 'config/cmake/scripts/HDF5options.cmake')
-rwxr-xr-xconfig/cmake/scripts/HDF5options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake
index a1bf88d..6239f1f 100755
--- a/config/cmake/scripts/HDF5options.cmake
+++ b/config/cmake/scripts/HDF5options.cmake
@@ -31,7 +31,7 @@ set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING
### disable packaging
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_NO_PACKAGES:BOOL=ON")
-### Create install package with external libraries (szip, zlib, jpeg)
+### Create install package with external libraries (szip, zlib)
set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_EXTLIBS:BOOL=ON")
#############################################################################################