diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-14 17:14:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-14 17:14:44 (GMT) |
commit | 2687321987f6ded4f85f138f8572abe96ce90264 (patch) | |
tree | 389703ef1c484ece34a73b557dc6919a78db4025 /config/cmake/scripts/HDF5options.cmake | |
parent | 847d675f2743ec420ef6c9efdd6e52ae93b4fe44 (diff) | |
download | hdf5-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-x | config/cmake/scripts/HDF5options.cmake | 2 |
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") ############################################################################################# |