Temporarily disabling Mroonga on Solaris

(See MDEV-7440 Build fails in libgroonga on Solaris)
This commit is contained in:
Alexander Barkov 2015-05-05 15:39:32 +04:00
commit e4fde092c6

View file

@ -27,6 +27,11 @@ if(BIG_ENDIAN)
return()
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
message(STATUS "Mroonga is not supported on Solaris")
return()
endif()
if(MSVC)
if(MSVC_VERSION LESS 1600)
message(STATUS "Mroonga supports only MSVC 2010 or later")