[Groonga-mysql-commit] mroonga/mroonga [master] cmake: use "mysql_config" as the default mysql_config path

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 8 11:02:35 JST 2013


Kouhei Sutou	2013-04-08 11:02:35 +0900 (Mon, 08 Apr 2013)

  New Revision: dce67398de57a56c73f7489ca9784704a0a89b8a
  https://github.com/mroonga/mroonga/commit/dce67398de57a56c73f7489ca9784704a0a89b8a

  Message:
    cmake: use "mysql_config" as the default mysql_config path

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2013-04-08 00:43:05 +0900 (e4a2611)
+++ CMakeLists.txt    2013-04-08 11:02:35 +0900 (f5f5eef)
@@ -80,7 +80,7 @@ else()
     "${MYSQL_SOURCE_DIR}/regex"
     "${MYSQL_SOURCE_DIR}"
     CACHE INTERNAL "MySQL include directories")
-  set(MYSQL_CONFIG "PATH" CACHE PATH "mysql-config command path")
+  set(MYSQL_CONFIG "mysql_config" CACHE PATH "mysql-config command path")
 endif()
 find_path(MYSQL_CONFIG "${MYSQL_CONFIG}")
 
-------------- next part --------------
HTML����������������������������...
Download 



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