diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 22:26:25 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 22:26:25 +0100 |
commit | 4ec0799fe5f9f696e79d238f9013d0fcc5093ee3 (patch) | |
tree | d84ce6112334875a891f4fa973709b3877ef4110 | |
parent | bb1ce607e37ed08004a1212367f87ce8ad306623 (diff) | |
download | mariadb-git-4ec0799fe5f9f696e79d238f9013d0fcc5093ee3.tar.gz |
mroonga/groonga: disable building of unnecessary or unsupported components
-rw-r--r-- | storage/mroonga/vendor/groonga/CMakeLists.txt | 8 |
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) |