summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCSharpCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-1/+1
| | | | This generator has been deprecated since CMake 3.9. Remove it.
* CSharp: Fix compiler version detection in non-English languagesYoshinori Tahara2017-11-071-1/+1
| | | | | | | When we run `csc.exe /help` we look for "Version" in the output. Explicitly ask for the output in English. Reported-by: guttally@users.noreply.github.com
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-1/+1
| | | | This generator has been deprecated since CMake 3.6. Remove it.
* C# support: add compiler detection for MSVCMichael Stürmer2016-12-151-0/+43