Kentaro Hayashi 2019-04-03 17:26:06 +0900 (Wed, 03 Apr 2019) Revision: acd297d905aee15f645640a5a9a7592b9379c01e https://github.com/groonga/groonga/commit/acd297d905aee15f645640a5a9a7592b9379c01e Merged 375e6bd: Merge pull request #922 from kenhys/missing-msgpack-hpp Message: cmake message pack: install missing message pack header files Modified files: vendor/message_pack/CMakeLists.txt Modified: vendor/message_pack/CMakeLists.txt (+3 -1) =================================================================== --- vendor/message_pack/CMakeLists.txt 2019-04-03 17:17:50 +0900 (1663aa804) +++ vendor/message_pack/CMakeLists.txt 2019-04-03 17:26:06 +0900 (5407cf7e3) @@ -49,7 +49,9 @@ if(GRN_WITH_BUNDLED_MESSAGE_PACK) install(DIRECTORY "${MESSAGE_PACK_SOURCE_DIR}/include/" DESTINATION "${INCLUDE_DIR}" - FILES_MATCHING PATTERN "*.h") + FILES_MATCHING + PATTERN "*.h" + PATTERN "*.hpp") install(FILES "${MESSAGE_PACK_SOURCE_DIR}/COPYING" "${MESSAGE_PACK_SOURCE_DIR}/LICENSE_1_0.txt" -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190403/af53b4dc/attachment.html>