[Groonga-mysql-commit] mroonga/mroonga at 7e9161e [master] cmake: set missing GROONGA_LIBRARIES when bundled build mode

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 9 17:09:58 JST 2013


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

  New Revision: 7e9161ebe2f02ae0ca51c3c381aa17399dc782ea
  https://github.com/mroonga/mroonga/commit/7e9161ebe2f02ae0ca51c3c381aa17399dc782ea

  Message:
    cmake: set missing GROONGA_LIBRARIES when bundled build mode

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -0)
===================================================================
--- CMakeLists.txt    2013-05-09 15:37:39 +0900 (7cb22f9)
+++ CMakeLists.txt    2013-05-09 17:09:58 +0900 (e00b6fd)
@@ -135,6 +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")
   if(EXISTS "${MRN_BUNDLED_GROONGA_DIR}/vendor/plugins/groonga-normalizer-mysql")
     set(GROONGA_NORMALIZER_MYSQL_FOUND, TRUE)
   else()
-------------- next part --------------
HTML����������������������������...
Download 



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