[Groonga-commit] groonga/groonga at 6cfe14c [master] cmake: disable building vendor/ for embedded build

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 2 23:56:39 JST 2015


Kouhei Sutou	2015-02-02 23:56:39 +0900 (Mon, 02 Feb 2015)

  New Revision: 6cfe14ca96bfbe3a3c5f9cd0c71e09a7376babd6
  https://github.com/groonga/groonga/commit/6cfe14ca96bfbe3a3c5f9cd0c71e09a7376babd6

  Message:
    cmake: disable building vendor/ for embedded build

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+3 -1)
===================================================================
--- CMakeLists.txt    2015-02-02 23:05:52 +0900 (a3f4640)
+++ CMakeLists.txt    2015-02-02 23:56:39 +0900 (6218e60)
@@ -506,7 +506,9 @@ else()
   set(MRUBY_LIBS "")
 endif()
 
-add_subdirectory(vendor)
+if(NOT GRN_EMBED)
+  add_subdirectory(vendor)
+endif()
 add_subdirectory(lib)
 if(NOT GRN_EMBED)
   add_subdirectory(src)
-------------- next part --------------
HTML����������������������������...
Download 



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