Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
3f354d65
Commit
3f354d65
authored
May 07, 2018
by
Alex Turbov
Committed by
Brad King
May 08, 2018
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CPack: Move CPACK_BINARY_<GENNAME> with rest of docs
parent
53ec4020
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
Modules/CPack.cmake
Modules/CPack.cmake
+10
-10
No files found.
Modules/CPack.cmake
View file @
3f354d65
...
@@ -321,6 +321,13 @@ The following variables are for advanced uses of CPack:
...
@@ -321,6 +321,13 @@ The following variables are for advanced uses of CPack:
List of desktop links to create.
List of desktop links to create.
Each desktop link requires a corresponding start menu shortcut
Each desktop link requires a corresponding start menu shortcut
as created by :variable:`CPACK_PACKAGE_EXECUTABLES`.
as created by :variable:`CPACK_PACKAGE_EXECUTABLES`.
.. variable:: CPACK_BINARY_<GENNAME>
CPack generated options for binary generators. The CPack.cmake module
generates (when CPACK_GENERATOR is not set) a set of CMake options (see
CMake option command) which may then be used to select the CPack
generator(s) to be used when launching the package target.
#]=======================================================================]
#]=======================================================================]
# Define this var in order to avoid (or warn) concerning multiple inclusion
# Define this var in order to avoid (or warn) concerning multiple inclusion
...
@@ -502,16 +509,9 @@ macro(cpack_optional_append _list _cond _item)
...
@@ -502,16 +509,9 @@ macro(cpack_optional_append _list _cond _item)
endif
()
endif
()
endmacro
()
endmacro
()
#.rst:
# .. variable:: CPACK_BINARY_<GENNAME>
#
# CPack generated options for binary generators. The CPack.cmake module
# generates (when CPACK_GENERATOR is not set) a set of CMake options (see
# CMake option command) which may then be used to select the CPack
# generator(s) to be used when launching the package target.
#
# Provide options to choose generators we might check here if the required
# Provide options to choose generators we might check here if the required
# tools for the generates exist and set the defaults according to the results
# tools for the generators exist and set the defaults according to the
# results.
if
(
NOT CPACK_GENERATOR
)
if
(
NOT CPACK_GENERATOR
)
if
(
UNIX
)
if
(
UNIX
)
if
(
CYGWIN
)
if
(
CYGWIN
)
...
...
Brad King
@brad.king
mentioned in commit
d44441a3
·
May 09, 2018
mentioned in commit
d44441a3
mentioned in commit d44441a365e4d4e4188ed2fa6b1f9ccda0568846
Toggle commit list
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