diff options
Diffstat (limited to 'Modules/CMakeTestCSharpCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestCSharpCompiler.cmake | 4 |
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() |