From 0f7bdd61da51ea8609246fe6fd05a13235fe75db Mon Sep 17 00:00:00 2001
From: Stephen Kelly <steveire@gmail.com>
Date: Thu, 8 Jan 2015 22:12:49 +0100
Subject: Remove VS 6 special case.

---
 CompileFlags.cmake | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index 153ba6a..93bfdf8 100644
--- a/CompileFlags.cmake
+++ b/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)
-- 
cgit v0.12