diff options
author | Brad King <brad.king@kitware.com> | 2023-10-17 14:22:43 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-10-17 14:22:54 (GMT) |
commit | dd78592ba1f6b90b5310f18de9cac8efefcebb40 (patch) | |
tree | ee7e63b73d6d0c15da836a3ab45789f35fcb90a2 /Help | |
parent | 3de46de11a2e98184c445f728f438939eb7a8519 (diff) | |
parent | 8f9f371668e5e9dec6c0992d51eb1c4bc793879f (diff) | |
download | CMake-dd78592ba1f6b90b5310f18de9cac8efefcebb40.zip CMake-dd78592ba1f6b90b5310f18de9cac8efefcebb40.tar.gz CMake-dd78592ba1f6b90b5310f18de9cac8efefcebb40.tar.bz2 |
Merge topic 'try_compile-alias-targets'
8f9f371668 try_compile: Add support for using ALIAS targets
9f8aa94192 Add missing `OUTPUT` in ExportImport test
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8877
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/try_compile.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index 24d481b..f44a4e8 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -178,6 +178,9 @@ The options for the above signatures are: If this option is specified, any ``-DLINK_LIBRARIES=...`` value given to the ``CMAKE_FLAGS`` option will be ignored. + .. versionadded:: 3.29 + Alias targets to imported libraries are also supported. + ``LINK_OPTIONS <options>...`` .. versionadded:: 3.14 |