summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-10-21 16:29:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-10-21 16:29:33 (GMT)
commitdec18189f4451783d17068639d39944e706c4da7 (patch)
tree46f74e3f0c5f7f59853944f953f4c0a471b10115 /release_docs/INSTALL_CMake.txt
parent7d34c32445a99f6b10a142978fe347788072fd13 (diff)
downloadhdf5-dec18189f4451783d17068639d39944e706c4da7.zip
hdf5-dec18189f4451783d17068639d39944e706c4da7.tar.gz
hdf5-dec18189f4451783d17068639d39944e706c4da7.tar.bz2
[svn-r28161] Update comment about VS versions
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index e0b25b6..e745084 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -698,7 +698,7 @@ endif()
# build generator must be defined
if(NOT DEFINED BUILD_GENERATOR)
- message(FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2013, VS201364, VS2012, or VS201264")
+ message(FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2015, VS201564, VS2013, VS201364, VS2012, or VS201264")
else()
if(${BUILD_GENERATOR} STREQUAL "Unix")
set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
@@ -715,7 +715,7 @@ else()
elseif(${BUILD_GENERATOR} STREQUAL "VS201264")
set(CTEST_CMAKE_GENERATOR "Visual Studio 11 2012 Win64")
else()
- message(FATAL_ERROR "Invalid BUILD_GENERATOR must be - Unix, VS2013, VS201364, VS2012, or VS201264")
+ message(FATAL_ERROR "Invalid BUILD_GENERATOR must be - Unix, VS2015, VS201564, VS2013, VS201364, VS2012, or VS201264")
endif()
endif()