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

CPack extension for CMake to build *.deb packages

parent dc01fa3e
Branches
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment