[Groonga-commit] groonga/groonga at a2c84d9 [master] cmake: add missing GRN_CONFIG_PATH variable

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 25 22:38:18 JST 2014


Kouhei Sutou	2014-10-25 22:38:18 +0900 (Sat, 25 Oct 2014)

  New Revision: a2c84d9c69e4f2cc1d40f12b5a79388151a1ec23
  https://github.com/groonga/groonga/commit/a2c84d9c69e4f2cc1d40f12b5a79388151a1ec23

  Message:
    cmake: add missing GRN_CONFIG_PATH variable

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -0)
===================================================================
--- CMakeLists.txt    2014-10-25 22:34:17 +0900 (77c2431)
+++ CMakeLists.txt    2014-10-25 22:38:18 +0900 (326b161)
@@ -53,6 +53,7 @@ set(DATA_DIR "share")
 set(GRN_DATA_DIR "${DATA_DIR}/${GRN_PROJECT_NAME}")
 set(CONFIG_DIR "etc")
 set(GRN_CONFIG_DIR "${CONFIG_DIR}/${GRN_PROJECT_NAME}")
+set(GRN_CONFIG_PATH "${CMAKE_INSTALL_PREFIX}/${GRN_CONFIG_DIR}/groonga.conf")
 
 set(GRN_LOG_PATH
   "${CMAKE_INSTALL_PREFIX}/var/log/${GRN_PROJECT_NAME}/${GRN_PROJECT_NAME}.log"
-------------- next part --------------
HTML����������������������������...
Download 



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