CPack/RPM doc: CPACK_RPM_BUILDREQUIRES docs

Missing documentation for an already existing
CPackRPM source rpm packages feature.

Fixes #16814
This commit is contained in:
Domen Vrankar
2017-04-20 21:31:01 +02:00
committed by Brad King
parent a6a0cfb24d
commit 8b3693e466
+13
View File
@@ -887,6 +887,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.