Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
bctoolbox
Commits
6e1a2a51
Commit
6e1a2a51
authored
Feb 19, 2016
by
jehan
Browse files
automatically setting CPACK_PACKAGING_INSTALL_PREFIX to CMAKE_INSTALL_PREFIX
parent
5fb5abf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
build/CMakeLists.txt
build/CMakeLists.txt
+6
-0
No files found.
build/CMakeLists.txt
View file @
6e1a2a51
...
...
@@ -23,6 +23,12 @@
if
(
NOT CPACK_PACKAGE_NAME
)
set
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
endif
()
if
(
NOT CPACK_PACKAGING_INSTALL_PREFIX AND CMAKE_INSTALL_PREFIX
)
set
(
CPACK_PACKAGING_INSTALL_PREFIX
${
CMAKE_INSTALL_PREFIX
}
)
message
(
"Setting packaging install prefix to
${
CPACK_PACKAGING_INSTALL_PREFIX
}
"
)
endif
()
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
"Toolbox package used by Belledonne Communications projects"
)
set
(
CPACK_PACKAGE_VENDOR
"Belledonne Communications"
)
set
(
CPACK_PACKAGE_CONTACT
"jehan.monnier@linphone.org"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment