[Groonga-mysql-commit] mroonga/mroonga at 328a985 [master] cmake: add missing library path for Groonga

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 17 12:27:48 JST 2015


Kouhei Sutou	2015-02-17 12:27:48 +0900 (Tue, 17 Feb 2015)

  New Revision: 328a985e4953a1025a7d789dc99da78f6649609d
  https://github.com/mroonga/mroonga/commit/328a985e4953a1025a7d789dc99da78f6649609d

  Message:
    cmake: add missing library path for Groonga

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+3 -0)
===================================================================
--- CMakeLists.txt    2015-02-17 10:59:40 +0900 (cc6dc09)
+++ CMakeLists.txt    2015-02-17 12:27:48 +0900 (c6a1a62)
@@ -252,6 +252,9 @@ else()
   pkg_check_modules(GROONGA REQUIRED "groonga >= ${REQUIRED_GROONGA_VERSION}")
   pkg_check_modules(GROONGA_NORMALIZER_MYSQL
     "groonga-normalizer-mysql >= ${REQUIRED_GROONGA_NORMALIZER_MYSQL_VERSION}")
+  set(MRN_LIBRARY_DIRS
+    ${MRN_LIBRARY_DIRS}
+    ${GROONGA_LIBRARY_DIRS})
 endif()
 
 include_directories(
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index