Skip to content
Snippets Groups Projects
Commit bd85ecb7 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

CMake: warn user when using old msvc compiler(s)

parent 9853fb8e
No related branches found
No related tags found
No related merge requests found
......@@ -181,10 +181,6 @@ else()
set(OTB_CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS OFF)
endif()
if(MSVC_VERSION LESS 1700)
message(WARNING "Your version of MSVC compiler is not supported by OTB!. You must upgrade MSVC to 1700 or higher.")
endif()
#-----------------------------------------------------------------------------
# Option to activate deprecated classes
option(OTB_USE_DEPRECATED "Turn on the use and test of deprecated classes" OFF)
......
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