summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-22 16:04:20 (GMT)
committerGitHub <noreply@github.com>2023-08-22 16:04:20 (GMT)
commita66ba8ff553e5811530898ab70862e6cd5e85b9c (patch)
treed1bb23c16a0cc76a6b7564aeb0a8057d0b584d62 /release_docs
parent83ad24852850ef53ae4ee577fb0feaf55de52195 (diff)
downloadhdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.zip
hdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.tar.gz
hdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.tar.bz2
Update presets, examples uncompress, szip cache (#3392)
* Update presets, examples uncompress, szip cache * remove obsolete file * Correct spelling * Update build script to match change in presets
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 7c99fd5..4da4daa 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 ..