diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 21:21:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 21:21:57 (GMT) |
commit | 4a88f0c8d780c27aa611edbf3562b0264fd8b97f (patch) | |
tree | e493896599e0ea5d8cbefdc60dcc6b06cfba0fb5 /config | |
parent | 176eef273765d4a197347ae16ed18a3c73f328ba (diff) | |
download | hdf5-4a88f0c8d780c27aa611edbf3562b0264fd8b97f.zip hdf5-4a88f0c8d780c27aa611edbf3562b0264fd8b97f.tar.gz hdf5-4a88f0c8d780c27aa611edbf3562b0264fd8b97f.tar.bz2 |
URL and options corrections
Diffstat (limited to 'config')
-rw-r--r-- | 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 f132234..33ec74b 100644 --- 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 |