summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/mroonga/vendor/groonga/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/mroonga/vendor/groonga/CMakeLists.txt b/storage/mroonga/vendor/groonga/CMakeLists.txt
index 4f579d3c8a3..abaa9911fd6 100644
--- a/storage/mroonga/vendor/groonga/CMakeLists.txt
+++ b/storage/mroonga/vendor/groonga/CMakeLists.txt
@@ -447,12 +447,12 @@ else()
set(MRUBY_LIBS "")
endif()
-add_subdirectory(vendor)
+#add_subdirectory(vendor)
add_subdirectory(lib)
add_subdirectory(src)
-add_subdirectory(plugins)
+#add_subdirectory(plugins)
add_subdirectory(include)
-add_subdirectory(data)
+#add_subdirectory(data)
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
@@ -482,4 +482,4 @@ if(NOT MRN_GROONGA_BUNDLED)
DESTINATION "${LIB_DIR}/pkgconfig/")
endif()
-add_subdirectory(vendor/plugins)
+#add_subdirectory(vendor/plugins)