diff options
author | Brad King <brad.king@kitware.com> | 2022-06-23 13:21:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-23 13:21:25 (GMT) |
commit | 46305219eb3df545b2dd19128ffb1a24d081b2a8 (patch) | |
tree | 2bc1c4e69b53d1df265c5a41aa9b1f5305195d87 /Help/release | |
parent | aae6a67e5c850f0f4dd0be4bb7d645d48995f24c (diff) | |
parent | 7e4adcac820d90bb431b374a07ee3d0c6cfe3f1f (diff) | |
download | CMake-46305219eb3df545b2dd19128ffb1a24d081b2a8.zip CMake-46305219eb3df545b2dd19128ffb1a24d081b2a8.tar.gz CMake-46305219eb3df545b2dd19128ffb1a24d081b2a8.tar.bz2 |
Merge topic 'revert-pkgconfig-static-libs' into release-3.24
7e4adcac82 FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7402
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.24.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst index d0db764..63f88a9 100644 --- a/Help/release/3.24.rst +++ b/Help/release/3.24.rst @@ -219,11 +219,6 @@ Modules gained a ``NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES`` option to disable automatic linking of MATLAB libraries. -* The :module:`FindPkgConfig` module learned to find static libraries - in addition to the default search for shared libraries. - :command:`pkg_check_modules` gained a ``STATIC_TARGET`` option - to make the imported target reference static libraries. - * The :module:`FindZLIB` gained a new ``ZLIB_USE_STATIC_LIBS`` variable to search only for static libraries. |