Skip to content

Commit

Permalink
Merge pull request #46 from sgerbino/enhancement-add-windows-deployment
Browse files Browse the repository at this point in the history
Allow for CPACK_SYSTEM_NAME to be appended to deployments
  • Loading branch information
sgerbino authored Aug 2, 2016
2 parents 2fdd8d0 + 608a72c commit a952eff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ deploy:
branch: master
appveyor_repo_tag: true
CMAKE_BUILD_TYPE: RELEASE
platform: x64
1 change: 0 additions & 1 deletion cmake/packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ set(CPACK_PACKAGE_VERSION_PATCH "${TABLE_PATCH_VERSION}")
set(CPACK_PACKAGE_VERSION "${TABLE_VERSION}")
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/COPYING.txt)
set(CPACK_BUNDLE_NAME "${TABLE_PACKAGE_NAME}")
set(CPACK_PACKAGE_FILE_NAME "${TABLE_PACKAGE_NAME}_${TABLE_VERSION}")
include(CPack)

0 comments on commit a952eff

Please sign in to comment.