[Groonga-commit] groonga/groonga at fa51904 [master] cmake groonga-log: bundle groonga-log if mruby is enabled

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Feb 1 18:56:32 JST 2019


Kentaro Hayashi	2019-02-01 18:56:32 +0900 (Fri, 01 Feb 2019)

  Revision: fa519046809a630aa4487afd2b6afa868de1d082
  https://github.com/groonga/groonga/commit/fa519046809a630aa4487afd2b6afa868de1d082

  Message:
    cmake groonga-log: bundle groonga-log if mruby is enabled

  Modified files:
    vendor/CMakeLists.txt

  Modified: vendor/CMakeLists.txt (+3 -0)
===================================================================
--- vendor/CMakeLists.txt    2019-02-01 18:47:41 +0900 (9a9239084)
+++ vendor/CMakeLists.txt    2019-02-01 18:56:32 +0900 (c4e018cfd)
@@ -18,3 +18,6 @@ add_subdirectory(onigmo)
 add_subdirectory(mruby)
 add_subdirectory(mecab)
 add_subdirectory(message_pack)
+if(GRN_WITH_MRUBY)
+  add_subdirectory(groonga-log)
+endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190201/8df22786/attachment-0001.html>


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