[Groonga-commit] groonga/groonga at d556063 [master] cmake: search newer Rubies

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 31 10:07:23 JST 2016


Kouhei Sutou	2016-03-31 10:07:23 +0900 (Thu, 31 Mar 2016)

  New Revision: d55606302e348965eefa4c61c066aadf43e579c6
  https://github.com/groonga/groonga/commit/d55606302e348965eefa4c61c066aadf43e579c6

  Message:
    cmake: search newer Rubies

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+5 -1)
===================================================================
--- CMakeLists.txt    2016-03-31 10:04:24 +0900 (c2600d1)
+++ CMakeLists.txt    2016-03-31 10:07:23 +0900 (8214489)
@@ -583,7 +583,11 @@ else()
   set(GRN_WITH_MESSAGE_PACK FALSE)
 endif()
 
-find_program(RUBY NAMES "ruby2.1" "ruby21" "ruby")
+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)
-------------- next part --------------
HTML����������������������������...
Download 



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