diff options
author | Brad King <brad.king@kitware.com> | 2017-06-07 15:08:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-07 15:09:02 (GMT) |
commit | d3f3759bfbb8aa69785df183e14204c5b416bc5b (patch) | |
tree | 8805b996b07302215595a5161cc15ab229ef2eb0 /Help | |
parent | 67c0b56e3c31422f546a963a0d571b85c98534a0 (diff) | |
parent | 137938e5f02c480b5c5f1f0f282f612c7e911f10 (diff) | |
download | CMake-d3f3759bfbb8aa69785df183e14204c5b416bc5b.zip CMake-d3f3759bfbb8aa69785df183e14204c5b416bc5b.tar.gz CMake-d3f3759bfbb8aa69785df183e14204c5b416bc5b.tar.bz2 |
Merge topic 'doc-3.9-find_dependency'
137938e5 Help: Add 3.9 release note about find_dependency update
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !933
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.9.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst index 5169aa4..65bcd2e 100644 --- a/Help/release/3.9.rst +++ b/Help/release/3.9.rst @@ -141,6 +141,11 @@ Modules check whether interprocedural optimization (IPO) is supported by the current toolchain and CMake version. +* The :module:`CMakeFindDependencyMacro` module ``find_dependency`` macro + now forwards all arguments to the underlying :command:`find_package` + call. Existing uses will continue to function as before, but callers can + now access the full suite of arguments that ``find_package`` accepts. + * The :module:`FeatureSummary` module :command:`feature_summary` command now accepts the new ``DEFAULT_DESCRIPTION`` option that will print the default title for the selected package type. |