[Groonga-mysql-commit] mroonga/mroonga at 12059a7 [master] cmake: "lib" is missing... Oh...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 9 17:12:16 JST 2013


Kouhei Sutou	2013-05-09 17:12:16 +0900 (Thu, 09 May 2013)

  New Revision: 12059a720b54f37aeb85a890594771d24945bd86
  https://github.com/mroonga/mroonga/commit/12059a720b54f37aeb85a890594771d24945bd86

  Message:
    cmake: "lib" is missing... Oh...

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2013-05-09 17:09:58 +0900 (e00b6fd)
+++ CMakeLists.txt    2013-05-09 17:12:16 +0900 (34ad816)
@@ -135,7 +135,7 @@ endif()
 if(MRN_GROONGA_BUNDLED)
   set(GROONGA_INCLUDE_DIRS "${MRN_BUNDLED_GROONGA_DIR}/include")
   set(GROONGA_LIBRARY_DIRS "${MRN_BUNDLED_GROONGA_DIR}/lib")
-  set(GROONGA_LIBRARIES "groonga")
+  set(GROONGA_LIBRARIES "libgroonga")
   if(EXISTS "${MRN_BUNDLED_GROONGA_DIR}/vendor/plugins/groonga-normalizer-mysql")
     set(GROONGA_NORMALIZER_MYSQL_FOUND, TRUE)
   else()
-------------- next part --------------
HTML����������������������������...
Descargar 



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