mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Temporarily disabling Mroonga on Solaris
(See MDEV-7440 Build fails in libgroonga on Solaris)
This commit is contained in:
parent
73c2356e7b
commit
e4fde092c6
1 changed files with 5 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue