Work on travis, set package generators for cpack.

This commit is contained in:
James Goppert
2015-09-10 21:54:58 -04:00
parent a2615d793e
commit 813a1219a5
2 changed files with 14 additions and 5 deletions

View File

@@ -257,6 +257,8 @@ px4_create_git_hash_header(HEADER ${CMAKE_BINARY_DIR}/build_git_version.h)
#
set(CPACK_PACKAGE_VERSION ${version})
set(CPACK_PACKAGE_CONTACT ${package_contact})
set(CPACK_GENERATOR "ZIP")
set(CPACK_SOURCE_GENERATOR "ZIP")
include(CPack)
# vim: set noet fenc=utf-8 ff=unix ft=cmake :