summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-11-03 22:33:00 (GMT)
committerGitHub <noreply@github.com>2021-11-03 22:33:00 (GMT)
commitd952c863b2869887af8d9b987d2e80f41a6231a7 (patch)
tree9737b5bdae5615657f4f27a6c073bb3ef12aadbf /config/cmake/scripts
parentd8871dbf2756c1c1804b7611c805e3e21ac251d7 (diff)
downloadhdf5-d952c863b2869887af8d9b987d2e80f41a6231a7.zip
hdf5-d952c863b2869887af8d9b987d2e80f41a6231a7.tar.gz
hdf5-d952c863b2869887af8d9b987d2e80f41a6231a7.tar.bz2
Merge Fix Java VOL tests #1158 (#1160)
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 c9967c8..30ef5b1 100644
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -163,7 +163,7 @@ if (NOT DEFINED HPC)
set (SITE_COMPILER_NAME "vs2012")
set (SITE_COMPILER_VERSION "11")
else ()
- message (FATAL_ERROR "Invalid BUILD_GENERATOR must be - Unix, VS2017, or VS201764, VS2015, VS201564, VS2013, VS201364")
+ message (FATAL_ERROR "Invalid BUILD_GENERATOR must be - Unix, VS2019, VS201964, VS2017, or VS201764, VS2015, VS201564")
endif ()
## Set the following to unique id your computer ##
set (CTEST_SITE "WIN7${BUILD_GENERATOR}.XXXX")