mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
1864a8ea93
51 changed files with 1511 additions and 307 deletions
11
storage/mroonga/vendor/groonga/CMakeLists.txt
vendored
11
storage/mroonga/vendor/groonga/CMakeLists.txt
vendored
|
|
@ -588,14 +588,13 @@ else()
|
|||
set(GRN_WITH_MESSAGE_PACK FALSE)
|
||||
endif()
|
||||
|
||||
find_program(RUBY NAMES
|
||||
"ruby2.3" "ruby23"
|
||||
"ruby2.2" "ruby22"
|
||||
"ruby2.1" "ruby21"
|
||||
"ruby")
|
||||
|
||||
option(GRN_WITH_MRUBY "use mruby" OFF)
|
||||
if(GRN_WITH_MRUBY)
|
||||
find_program(RUBY NAMES
|
||||
"ruby2.3" "ruby23"
|
||||
"ruby2.2" "ruby22"
|
||||
"ruby2.1" "ruby21"
|
||||
"ruby")
|
||||
set(MRUBY_INCLUDE_DIRS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/vendor/mruby-source/include")
|
||||
set(MRUBY_LIBS mruby)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue