diff options
author | Brad King <brad.king@kitware.com> | 2018-04-02 14:09:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-04-02 14:09:15 (GMT) |
commit | e42fcb117fa1a8d063023bb39db96da93159ee40 (patch) | |
tree | 14d7bebbe0c817626d3db9131575c955a7e0eecd /Modules/CMakeDetermineCSharpCompiler.cmake | |
parent | a76e23eabbd21ff4af54755362bead6334b279b7 (diff) | |
parent | eb80af90936a17863d974f0a4257c9b6da62ec84 (diff) | |
download | CMake-e42fcb117fa1a8d063023bb39db96da93159ee40.zip CMake-e42fcb117fa1a8d063023bb39db96da93159ee40.tar.gz CMake-e42fcb117fa1a8d063023bb39db96da93159ee40.tar.bz2 |
Merge topic 'remove-vs8-generator'
eb80af9093 Drop Visual Studio 8 2005 generator
e7af91d026 Tests: Remove unused file from Tutorial Step7 test
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1901
Diffstat (limited to 'Modules/CMakeDetermineCSharpCompiler.cmake')
-rw-r--r-- | Modules/CMakeDetermineCSharpCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCSharpCompiler.cmake b/Modules/CMakeDetermineCSharpCompiler.cmake index eb825a5..5802b15 100644 --- a/Modules/CMakeDetermineCSharpCompiler.cmake +++ b/Modules/CMakeDetermineCSharpCompiler.cmake @@ -1,7 +1,7 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. -if(NOT ${CMAKE_GENERATOR} MATCHES "Visual Studio ([^89]|[89][0-9])") +if(NOT ${CMAKE_GENERATOR} MATCHES "Visual Studio ([^9]|[9][0-9])") message(FATAL_ERROR "C# is currently only supported for Microsoft Visual Studio 2010 and later.") endif() |