diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-20 23:41:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 23:41:39 (GMT) |
commit | a124f02f2c94476f58e4bca047e7786a3231cf0c (patch) | |
tree | ca2691fbd23ada8558c4e7a33fbb31a501327bf9 /config | |
parent | ca9bbc190830ab608667aa8604e8a0f1781ca599 (diff) | |
download | hdf5-a124f02f2c94476f58e4bca047e7786a3231cf0c.zip hdf5-a124f02f2c94476f58e4bca047e7786a3231cf0c.tar.gz hdf5-a124f02f2c94476f58e4bca047e7786a3231cf0c.tar.bz2 |
Update windows VS2019 and fix comments (#1781)
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/scripts/HDF5config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index cbeb830..bda7af2 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -105,7 +105,7 @@ endif () ######### Following describes compiler ############ if (NOT DEFINED HPC) if (NOT DEFINED BUILD_GENERATOR) - message (FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2017, or VS201764, VS2015, VS201564, VS2013, VS201364") + message (FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2019, VS201964, VS2017, VS201764, VS2015, VS201564") endif () if (WIN32 AND NOT MINGW) set (SITE_OS_NAME "Windows") @@ -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, VS2019, VS201964, VS2017, or VS201764, VS2015, VS201564") + message (FATAL_ERROR "Invalid BUILD_GENERATOR must be - Unix, VS2019, VS201964, VS2017, VS201764, VS2015, VS201564") endif () ## Set the following to unique id your computer ## set (CTEST_SITE "WIN7${BUILD_GENERATOR}.XXXX") |