[Groonga-commit] groonga/groonga-normalizer-mysql at 43112fc [master] cmake: set missing GROONGA_LIBRARIES on bundled build

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 9 17:34:10 JST 2013


Kouhei Sutou	2013-05-09 17:34:10 +0900 (Thu, 09 May 2013)

  New Revision: 43112fc6f67f5c8eb1beae83e9052011e04e76ab
  https://github.com/groonga/groonga-normalizer-mysql/commit/43112fc6f67f5c8eb1beae83e9052011e04e76ab

  Message:
    cmake: set missing GROONGA_LIBRARIES on bundled build

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -0)
===================================================================
--- CMakeLists.txt    2013-05-09 13:56:18 +0900 (a0e6e33)
+++ CMakeLists.txt    2013-05-09 17:34:10 +0900 (c22c920)
@@ -29,6 +29,7 @@ endif()
 if(GROONGA_NORMALIZER_MYSQL_BUNDLED)
   set(GROONGA_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include")
   set(GROONGA_LIBRARY_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/lib")
+  set(GROONGA_LIBRARIES "libgroonga")
   set(GROONGA_PLUGINS_DIR "${GRN_PLUGINS_DIR}")
 else()
   include(FindPkgConfig)
-------------- next part --------------
HTML����������������������������...
Download 



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