[Groonga-commit] groonga/groonga at fe3865b [master] cmake: remove needless "${CMAKE_INSTALL_PREFIX}/"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 26 16:51:55 JST 2013


Kouhei Sutou	2013-06-26 16:51:55 +0900 (Wed, 26 Jun 2013)

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

  Message:
    cmake: remove needless "${CMAKE_INSTALL_PREFIX}/"

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2013-06-26 16:50:19 +0900 (c167c68)
+++ CMakeLists.txt    2013-06-26 16:51:55 +0900 (c8ecf78)
@@ -46,7 +46,7 @@ set(GRN_INCLUDE_DIR "include/groonga")
 set(DATA_DIR "share")
 set(GRN_DATA_DIR "${DATA_DIR}/${GRN_PROJECT_NAME}")
 set(CONFIG_DIR "etc")
-set(GRN_CONFIG_DIR "${CMAKE_INSTALL_PREFIX}/${CONFIG_DIR}/${GRN_PROJECT_NAME}")
+set(GRN_CONFIG_DIR "${CONFIG_DIR}/${GRN_PROJECT_NAME}")
 
 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