diff options
Diffstat (limited to 'Tests/RunCMake/LinkerSelection/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/LinkerSelection/RunCMakeTest.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/RunCMake/LinkerSelection/RunCMakeTest.cmake b/Tests/RunCMake/LinkerSelection/RunCMakeTest.cmake index 0a3f01c..c57e727 100644 --- a/Tests/RunCMake/LinkerSelection/RunCMakeTest.cmake +++ b/Tests/RunCMake/LinkerSelection/RunCMakeTest.cmake @@ -1,10 +1,5 @@ include(RunCMake) -if (RunCMake_GENERATOR MATCHES "Visual Studio 9 2008") - run_cmake(UnsupportedLinkerType) - return() -endif() - run_cmake(InvalidLinkerType1) run_cmake(InvalidLinkerType2) |