summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-30 13:27:17 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-30 13:27:17 (GMT)
commit540a175d2059e59fc0c5c8b8d5812c89639b27e3 (patch)
treef81588c7279b977b6547e3d5284da91a8fd0244e /Help
parentf07d42632bd4f29eda871de12ebb5f03f9d4edda (diff)
parent2d0b0e2b9d50aa14ccf345c727b2da73dfba9bd6 (diff)
downloadCMake-540a175d2059e59fc0c5c8b8d5812c89639b27e3.zip
CMake-540a175d2059e59fc0c5c8b8d5812c89639b27e3.tar.gz
CMake-540a175d2059e59fc0c5c8b8d5812c89639b27e3.tar.bz2
Merge branch 'implicit-includes-CPATH' into release-3.14
Merge-request: !3395
Diffstat (limited to 'Help')
-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 8a251bd..e3a7a62 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.