Merge topic 'cpack-rpm-buildrequires-docs'

8b3693e4 CPack/RPM doc: CPACK_RPM_BUILDREQUIRES docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !730
This commit is contained in:
Brad King 2017-04-21 12:56:29 +00:00 committed by Kitware Robot
commit 0ad8e4ea65

View File

@ -911,6 +911,19 @@
#
# * Mandatory : YES
# * Default : "/"
#
# .. VARIABLE:: CPACK_RPM_BUILDREQUIRES
#
# List of source rpm build dependencies.
#
# * Mandatory : NO
# * Default : -
#
# May be used to set source RPM build dependencies (BuildRequires). Note that
# you must enclose the complete build requirements string between quotes, for
# example::
#
# set(CPACK_RPM_BUILDREQUIRES "python >= 2.5.0, cmake >= 2.8")
# Author: Eric Noulard with the help of Alexander Neundorf.