Kouhei Sutou
null+****@clear*****
Sun Jan 1 00:34:43 JST 2017
Kouhei Sutou 2017-01-01 00:34:43 +0900 (Sun, 01 Jan 2017) New Revision: 7636cfcf3694f560969abc82d03b0cc406366886 https://github.com/pgroonga/pgroonga/commit/7636cfcf3694f560969abc82d03b0cc406366886 Message: cmake: follow path change Modified files: CMakeLists.txt Modified: CMakeLists.txt (+2 -2) =================================================================== --- CMakeLists.txt 2016-12-31 00:29:13 +0900 (e7af64e) +++ CMakeLists.txt 2017-01-01 00:34:43 +0900 (9353094) @@ -128,10 +128,10 @@ install(FILES DESTINATION "${PGRN_EXTENSION_DATA_DIR}") install(FILES - "${PROJECT_SOURCE_DIR}/${PGRN_PROJECT_ID}.sql" + "${PROJECT_SOURCE_DIR}/data/${PGRN_PROJECT_ID}.sql" RENAME "${PGRN_PROJECT_ID}--${PGRN_VERSION}.sql" DESTINATION "${PGRN_EXTENSION_DATA_DIR}") -file(GLOB PGRN_UPGRADE_SQL_FILES "${PGRN_PROJECT_ID}--*--*.sql") +file(GLOB PGRN_UPGRADE_SQL_FILES "data/${PGRN_PROJECT_ID}--*--*.sql") install(FILES ${PGRN_UPGRADE_SQL_FILES} DESTINATION "${PGRN_EXTENSION_DATA_DIR}") -------------- next part -------------- HTML����������������������������...Download