Navigation Menu

Skip to content

Commit

Permalink
windows: add "--VERSION" on install
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 27, 2015
1 parent b5ae757 commit 8be3aa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Expand Up @@ -49,7 +49,11 @@ install(TARGETS libpgroonga

install(FILES
"${PROJECT_SOURCE_DIR}/${PGRN_PROJECT_ID}.control"
"${PROJECT_SOURCE_DIR}/${PGRN_PROJECT_ID}--${PGRN_VERSION}.sql"
DESTINATION "${PGRN_EXTENSION_DATA_DIR}")

install(FILES
"${PROJECT_SOURCE_DIR}/${PGRN_PROJECT_ID}.sql"
RENAME "${PGRN_PROJECT_ID}--${PGRN_VERSION}.sql"
DESTINATION "${PGRN_EXTENSION_DATA_DIR}")

install(FILES
Expand Down

0 comments on commit 8be3aa5

Please sign in to comment.