summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-15 11:33:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-15 11:34:01 (GMT)
commit0964a969728e416b2abbedf41517c46e5cf2cb1c (patch)
tree3bfad9830500666fec434122302ac6818d9f13c0 /Help
parent1b8fdad269711da81a4f93526247e14057d7c0c7 (diff)
parentf84d2045e916a3656e3c72f8be268c4a0c9f4dcc (diff)
downloadCMake-0964a969728e416b2abbedf41517c46e5cf2cb1c.zip
CMake-0964a969728e416b2abbedf41517c46e5cf2cb1c.tar.gz
CMake-0964a969728e416b2abbedf41517c46e5cf2cb1c.tar.bz2
Merge topic 'FindBISON-CMP0088-SourcePath'
f84d2045e9 FindBISON: Fix CMP0088 NEW behavior for non-absolute input paths Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3549
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 e3a7a62..229d8dc 100644
--- a/Help/release/3.14.rst
+++ b/Help/release/3.14.rst
@@ -420,3 +420,11 @@ Changes made since CMake 3.14.0 include the following.
from explicit use via :command:`include_directories` and
:command:`target_include_directories` as they were in CMake 3.14.0
through 3.14.4.
+
+3.14.6
+------
+
+* In CMake 3.14.0 through 3.14.5, the :module:`FindBISON` module
+ policy :policy:`CMP0088` ``NEW`` behavior accidentally interpreted
+ a relative path to the ``.y`` input as relative to the build tree
+ directory instead of the source tree directory. This has been fixed.