Commit e4fde092 authored by Alexander Barkov's avatar Alexander Barkov

Temporarily disabling Mroonga on Solaris

(See MDEV-7440 Build fails in libgroonga on Solaris)
parent 73c2356e
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment