Navigation Menu

Skip to content

Commit

Permalink
windows: support customizing PostgreSQL binary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2015
1 parent 27c4d24 commit e689e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit e689e3a

Please sign in to comment.