summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-02-25 20:31:55 (GMT)
committerGitHub <noreply@github.com>2022-02-25 20:31:55 (GMT)
commite19e7e3faae303a4a63b7df002abe1fe31348290 (patch)
tree7cc527dc64f0d2cc13a7bd137b324d5db6aae175 /config/cmake/scripts
parent2db4c770f83a35d1ec013114c483c5120b509fdc (diff)
downloadhdf5-e19e7e3faae303a4a63b7df002abe1fe31348290.zip
hdf5-e19e7e3faae303a4a63b7df002abe1fe31348290.tar.gz
hdf5-e19e7e3faae303a4a63b7df002abe1fe31348290.tar.bz2
Add release note for #1438 (#1457)
* Add release note for #1438 * fix typos.
Diffstat (limited to 'config/cmake/scripts')
-rw-r--r--config/cmake/scripts/HDF5config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake
index 2f5af77..1448e81 100644
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -68,7 +68,7 @@ endif ()
# build generator must be defined
if (NOT DEFINED BUILD_GENERATOR)
- message (FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2019, VS201964, VS2017, or VS201764, VS2015, VS201564")
+ message (FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2019, VS201964, VS2017, VS201764, VS2015, VS201564")
endif ()
###################################################################