Navigation Menu

Skip to content

Commit

Permalink
Drop VS 2010 support.
Browse files Browse the repository at this point in the history
For now, Mroonga  support VS 2013 or later.

fixes: #286
  • Loading branch information
cosmo0920 committed Feb 23, 2015
1 parent 8094b10 commit 5105f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -28,8 +28,8 @@ if(BIG_ENDIAN)
endif()

if(MSVC)
if(MSVC_VERSION LESS 1600)
message(STATUS "Mroonga supports only MSVC 2010 or later")
if(MSVC_VERSION LESS 1800)
message(STATUS "Mroonga supports only MSVC 2013 or later")
return()
endif()
endif()
Expand Down

0 comments on commit 5105f3f

Please sign in to comment.