[Groonga-commit] pgroonga/pgroonga at e689e3a [master] windows: support customizing PostgreSQL binary directory

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 28 22:41:01 JST 2015


Kouhei Sutou	2015-04-28 22:41:01 +0900 (Tue, 28 Apr 2015)

  New Revision: e689e3a77d45f6fccfcc54bba5e66fa4c4528332
  https://github.com/pgroonga/pgroonga/commit/e689e3a77d45f6fccfcc54bba5e66fa4c4528332

  Message:
    windows: support customizing PostgreSQL binary directory

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -1)
===================================================================
--- CMakeLists.txt    2015-04-28 22:28:19 +0900 (e551232)
+++ CMakeLists.txt    2015-04-28 22:41:01 +0900 (0be755b)
@@ -13,7 +13,8 @@ endif()
 
 add_subdirectory(vendor/groonga)
 
-set(PGRN_POSTGRESQL_DIR "${CMAKE_INSTALL_PREFIX}")
+set(PGRN_POSTGRESQL_DIR "${CMAKE_INSTALL_PREFIX}"
+  CACHE PATH "PostgreSQL binary directory")
 
 set(PGRN_EXTENSION_DIR "lib")
 set(PGRN_EXTENSION_DATA_DIR "share/extension")
-------------- next part --------------
HTML����������������������������...
다운로드 



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