Remove VS 6 special case.
This commit is contained in:
parent
5e92c82655
commit
0f7bdd61da
@ -16,9 +16,6 @@
|
|||||||
if(CMAKE_GENERATOR MATCHES "Visual Studio 7")
|
if(CMAKE_GENERATOR MATCHES "Visual Studio 7")
|
||||||
set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
|
set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
|
||||||
endif()
|
endif()
|
||||||
if(CMAKE_GENERATOR MATCHES "Visual Studio 6")
|
|
||||||
set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(WIN32 AND CMAKE_C_COMPILER_ID STREQUAL "Intel")
|
if(WIN32 AND CMAKE_C_COMPILER_ID STREQUAL "Intel")
|
||||||
set(_INTEL_WINDOWS 1)
|
set(_INTEL_WINDOWS 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user