summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestCSharpCompiler.cmake
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2017-01-09 15:34:13 (GMT)
committerMichael Stürmer <michael.stuermer@schaeffler.com>2017-01-13 08:28:13 (GMT)
commita7dd8e669289e7b78ebc05b5d337052f32582038 (patch)
tree5142590a9f2f520e4dc0f9e70524d633c8f3a023 /Modules/CMakeTestCSharpCompiler.cmake
parent6fda6005b306cc4a1e9e9e66d9cd4525fc623f73 (diff)
downloadCMake-a7dd8e669289e7b78ebc05b5d337052f32582038.zip
CMake-a7dd8e669289e7b78ebc05b5d337052f32582038.tar.gz
CMake-a7dd8e669289e7b78ebc05b5d337052f32582038.tar.bz2
VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015)
Diffstat (limited to 'Modules/CMakeTestCSharpCompiler.cmake')
-rw-r--r--Modules/CMakeTestCSharpCompiler.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/CMakeTestCSharpCompiler.cmake b/Modules/CMakeTestCSharpCompiler.cmake
index 21b7236..1a8bf32 100644
--- a/Modules/CMakeTestCSharpCompiler.cmake
+++ b/Modules/CMakeTestCSharpCompiler.cmake
@@ -34,10 +34,6 @@ if(NOT CMAKE_CSharp_COMPILER_WORKS)
# Move result from cache to normal variable.
set(CMAKE_CSharp_COMPILER_WORKS ${CMAKE_CSharp_COMPILER_WORKS})
unset(CMAKE_CSharp_COMPILER_WORKS CACHE)
- if(NOT CMAKE_CSharp_COMPILER_WORKS)
- message("forcing compiler works to true (will be removed once C# support is integrated)")
- set(CMAKE_CSharp_COMPILER_WORKS 1)
- endif()
set(CSharp_TEST_WAS_RUN 1)
endif()