diff options
author | Brad King <brad.king@kitware.com> | 2021-03-30 13:56:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-03-30 13:56:31 (GMT) |
commit | d9b8acd238ea26477c5f599b323777eaaf63c000 (patch) | |
tree | 58229835c5f6d5af69c7d4bb7646c0a80dbc06d1 /Modules | |
parent | e6a5799fa0a74afe958ba9cfed95bdb873a33357 (diff) | |
parent | a43783a08d621153daec4511474f939484b2b952 (diff) | |
download | CMake-d9b8acd238ea26477c5f599b323777eaaf63c000.zip CMake-d9b8acd238ea26477c5f599b323777eaaf63c000.tar.gz CMake-d9b8acd238ea26477c5f599b323777eaaf63c000.tar.bz2 |
Merge topic 'ifw-depends-name-version-parsing'
a43783a08d CPackIFW: Fix parsing of name and version in component DEPENDS
f536e6f3fb CPackIFW: Remove redundant variable assignment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5929
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackIFW.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake index d57cf18..2087a51 100644 --- a/Modules/CPackIFW.cmake +++ b/Modules/CPackIFW.cmake @@ -125,6 +125,11 @@ The module defines the following commands: list of dependency component or component group identifiers in QtIFW style. + .. versionadded:: 3.21 + + Component or group names listed as dependencies may contain hyphens. + This requires QtIFW 3.1 or later. + ``AUTO_DEPEND_ON`` .. versionadded:: 3.8 @@ -260,6 +265,11 @@ The module defines the following commands: list of dependency component or component group identifiers in QtIFW style. + .. versionadded:: 3.21 + + Component or group names listed as dependencies may contain hyphens. + This requires QtIFW 3.1 or later. + ``AUTO_DEPEND_ON`` .. versionadded:: 3.8 |