Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #137 from naoa/add-missing-library
Browse files Browse the repository at this point in the history
cmake: add missing link to libgroonga  when mroonga is bundled and libgroonga isn't bundled

Patch by Naoya Murakami. Thanks!!!
  • Loading branch information
kou committed Apr 18, 2017
2 parents 26ceab6 + 4a7b813 commit 2119e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -289,6 +289,7 @@ else()
set(MRN_LIBRARY_DIRS
${MRN_LIBRARY_DIRS}
${GROONGA_LIBRARY_DIRS})
set(MRN_LIBRARIES ${GROONGA_LIBRARIES})
endif()

include_directories(
Expand Down

0 comments on commit 2119e04

Please sign in to comment.