summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-16 16:01:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-01-16 16:01:29 (GMT)
commit47d391d71d611c5129c6914ad77b34dc4bb79d75 (patch)
tree948d379f4a8501a011be144ad6220c542dd9b074 /Modules
parenta67baf0af0f5c94eeab400a163b8b2f6824d7bab (diff)
parent397b854620fc1ab3d8427ebeb5b7e4659c4f9128 (diff)
downloadCMake-47d391d71d611c5129c6914ad77b34dc4bb79d75.zip
CMake-47d391d71d611c5129c6914ad77b34dc4bb79d75.tar.gz
CMake-47d391d71d611c5129c6914ad77b34dc4bb79d75.tar.bz2
Merge topic 'csharp_simple'
397b8546 VS: added documentation for C# support a7dd8e66 VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015) 6fda6005 VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPS
Diffstat (limited to 'Modules')
-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()