diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 21:22:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 21:22:45 (GMT) |
commit | 83b87f60501ea71119be05c3254d833b53701cdb (patch) | |
tree | f6e155e6ce9c201c50b2e3e474cdcf1c2e472273 /config/cmake | |
parent | 0922bd123a025879983be5d055878e716f9a7ef4 (diff) | |
download | hdf5-83b87f60501ea71119be05c3254d833b53701cdb.zip hdf5-83b87f60501ea71119be05c3254d833b53701cdb.tar.gz hdf5-83b87f60501ea71119be05c3254d833b53701cdb.tar.bz2 |
URL and options corrections
Diffstat (limited to 'config/cmake')
-rwxr-xr-x | config/cmake/scripts/HDF5options.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake index bd18604..92067b2 100755 --- a/config/cmake/scripts/HDF5options.cmake +++ b/config/cmake/scripts/HDF5options.cmake @@ -57,7 +57,9 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRIN #set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING=GIT") ### ext libs on system #set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING=NO") +#set(ENV{ZLIB_ROOT} "some_location") #set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DZLIB_LIBRARY:FILEPATH=some_location/lib/zlib.lib -DZLIB_INCLUDE_DIR:PATH=some_location/include") +#set(ENV{SZIP_ROOT} "some_location") #set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSZIP_LIBRARY:FILEPATH=some_location/lib/szlib.lib -DSZIP_INCLUDE_DIR:PATH=some_location/include") ### disable using ext zlib |