[Groonga-mysql-commit] mroonga/mroonga at 5105f3f [master] Drop VS 2010 support.

Back to archive index

Hiroshi Hatake null+****@clear*****
Mon Feb 23 23:14:43 JST 2015


Hiroshi Hatake	2015-02-23 23:14:43 +0900 (Mon, 23 Feb 2015)

  New Revision: 5105f3f265c60a25babb76096d962de3c9838f77
  https://github.com/mroonga/mroonga/commit/5105f3f265c60a25babb76096d962de3c9838f77

  Message:
    Drop VS 2010 support.
    
    For now, Mroonga  support VS 2013 or later.
    
    fixes: #286

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2015-02-23 15:15:32 +0900 (c6a1a62)
+++ CMakeLists.txt    2015-02-23 23:14:43 +0900 (a5b2b7a)
@@ -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()
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-mysql-commit mailing list
Back to archive index