summaryrefslogtreecommitdiff
path: root/Help/release
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:57 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:57 +0900
commit1fd56c03f6f5d75d53d86fa76ed27ac9afd78a04 (patch)
treeac6f47364c64c52e953ae6ca2b18cc9ec3a55d97 /Help/release
parentd59bf9db28c0f44bf4f61028963b4ef324d36c3b (diff)
downloadcmake-1fd56c03f6f5d75d53d86fa76ed27ac9afd78a04.tar.gz
cmake-1fd56c03f6f5d75d53d86fa76ed27ac9afd78a04.tar.bz2
cmake-1fd56c03f6f5d75d53d86fa76ed27ac9afd78a04.zip
Imported Upstream version 3.14.5upstream/3.14.5
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.14.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst
index 8a251bd18..e3a7a62fb 100644
--- a/Help/release/3.14.rst
+++ b/Help/release/3.14.rst
@@ -412,3 +412,11 @@ Changes made since CMake 3.14.0 include the following.
incorrectly propagate usage requirements of those dependencies to
dependents that link the static library. This has been fixed.
The bug also existed in 3.13.0 through 3.13.4 and is fixed in 3.13.5.
+
+3.14.5
+------
+
+* Entries of the ``CPATH`` environment variable are no longer excluded
+ from explicit use via :command:`include_directories` and
+ :command:`target_include_directories` as they were in CMake 3.14.0
+ through 3.14.4.