[Groonga-mysql-commit] mroonga/mroonga at d87a5f5 [master] cmake: support PLUGIN_MROONGA=NO

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 8 23:28:46 JST 2015


Kouhei Sutou	2015-09-08 23:28:46 +0900 (Tue, 08 Sep 2015)

  New Revision: d87a5f500bc28b6b9af19cbffebb4dbd7b3676c3
  https://github.com/mroonga/mroonga/commit/d87a5f500bc28b6b9af19cbffebb4dbd7b3676c3

  Message:
    cmake: support PLUGIN_MROONGA=NO

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+3 -1)
===================================================================
--- CMakeLists.txt    2015-09-08 22:35:46 +0900 (7a95e42)
+++ CMakeLists.txt    2015-09-08 23:28:46 +0900 (cc6bc7b)
@@ -52,7 +52,9 @@ if(MSVC)
 endif()
 
 if(MRN_BUNDLED)
-  if(WITHOUT_MROONGA OR WITHOUT_MROONGA_STORAGE_ENGINE)
+  if(WITHOUT_MROONGA OR
+      WITHOUT_MROONGA_STORAGE_ENGINE OR
+      "${PLUGIN_MROONGA}" STREQUAL "NO")
     return()
   endif()
 endif()
-------------- next part --------------
HTML����������������������������...
Download 



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