Skip to content
Snippets Groups Projects
Commit f8f774a4 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

Merge branch 'deb-pack' into 'master'

CPack extension for CMake to build *.deb packages

See merge request !3
parents ce30bcea d29083ec
Branches
No related tags found
1 merge request!3CPack extension for CMake to build *.deb packages
......@@ -86,3 +86,6 @@ else()
message(STATUS "Not building SWIG Python wrappers")
endif(WCCL_BUILD_SWIG)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "arkadiusz.janz@pwr.edu.pl")
INCLUDE(CPack)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment