Skip to content
Snippets Groups Projects
Commit 0f7bdd61 authored by Stephen Kelly's avatar Stephen Kelly
Browse files

Remove VS 6 special case.

parent 5e92c826
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment