Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing link to libgroonga when libgroonga isn't bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
naoa committed Apr 17, 2017
1 parent 26ceab6 commit 4a7b813
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 4a7b813

Please sign in to comment.