summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-18 21:01:15 (GMT)
committerGitHub <noreply@github.com>2023-08-18 21:01:15 (GMT)
commitffde055be2995ea62ee5ccbcb9c3a838b1fed229 (patch)
treeb1803c5327da01f286cb217437cb48801ad5c21c /release_docs
parent81830c1dedf6a1fb606232a3bb369cbdef65508d (diff)
downloadhdf5-ffde055be2995ea62ee5ccbcb9c3a838b1fed229.zip
hdf5-ffde055be2995ea62ee5ccbcb9c3a838b1fed229.tar.gz
hdf5-ffde055be2995ea62ee5ccbcb9c3a838b1fed229.tar.bz2
Update presets, examples uncompress, szip cache (#3391)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_CMake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 11f63fa..75738ad 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -373,7 +373,7 @@ IV. Further considerations
the settings for the developers' environment. Then the only options needed
on the command line are those options that are different. Example using HDF
default cache file:
- cmake -C ../config/cmake/cacheinit.cmake -G "Visual Studio 12 2013" \
+ cmake -C ../config/cmake/cacheinit.cmake -G "Visual Studio 16 2019" \
-DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=Release ..