Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Merge requests
!3
CPack extension for CMake to build *.deb packages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CPack extension for CMake to build *.deb packages
deb-pack
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Arkadiusz Janz
requested to merge
deb-pack
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d29083ec
1 commit,
5 years ago
1 file
+
3
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
3
−
0
Options
@@ -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
)