Kouhei Sutou
null+****@clear*****
Wed Apr 29 12:28:06 JST 2015
Kouhei Sutou 2015-04-29 12:28:06 +0900 (Wed, 29 Apr 2015) New Revision: 585611d2ca731c96f35772ca4c28477ff82d268f https://github.com/pgroonga/pgroonga/commit/585611d2ca731c96f35772ca4c28477ff82d268f Message: Fix PostgreSQL version type Modified files: CMakeLists.txt Modified: CMakeLists.txt (+2 -2) =================================================================== --- CMakeLists.txt 2015-04-29 12:11:02 +0900 (dc52281) +++ CMakeLists.txt 2015-04-29 12:28:06 +0900 (c5981b9) @@ -15,8 +15,8 @@ add_subdirectory(vendor/groonga) set(PGRN_POSTGRESQL_DIR "${CMAKE_INSTALL_PREFIX}" CACHE PATH "PostgreSQL binary directory") -set(PGRN_POSTGRESQL_VERSION "" - CACHE PATH "PostgreSQL version") +set(PGRN_POSTGRESQL_VERSION "unknown" + CACHE STRING "PostgreSQL version") set(PGRN_EXTENSION_DIR "lib") set(PGRN_EXTENSION_DATA_DIR "share/extension") -------------- next part -------------- HTML����������������������������... Download