Browse Source

Remove VS 6 special case.

Stephen Kelly 10 years ago
parent
commit
0f7bdd61da
1 changed files with 0 additions and 3 deletions
  1. 0 3
      CompileFlags.cmake

+ 0 - 3
CompileFlags.cmake

@@ -16,9 +16,6 @@
 if(CMAKE_GENERATOR MATCHES "Visual Studio 7")
   set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
 endif()
-if(CMAKE_GENERATOR MATCHES "Visual Studio 6")
-  set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
-endif()
 
 if(WIN32 AND CMAKE_C_COMPILER_ID STREQUAL "Intel")
   set(_INTEL_WINDOWS 1)