diff options
author | Brad King <brad.king@kitware.com> | 2019-07-12 20:21:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-12 20:21:12 (GMT) |
commit | 3af48083a24676025590e1e3a8db2cfef0317901 (patch) | |
tree | d2d4327f2173d387704f856c9c990f1e5a1f7c6a /Help | |
parent | 366746bbef613f9d258e66a32f8fbacd407acfba (diff) | |
parent | f84d2045e916a3656e3c72f8be268c4a0c9f4dcc (diff) | |
download | CMake-3af48083a24676025590e1e3a8db2cfef0317901.zip CMake-3af48083a24676025590e1e3a8db2cfef0317901.tar.gz CMake-3af48083a24676025590e1e3a8db2cfef0317901.tar.bz2 |
Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.14
Merge-request: !3549
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.14.rst | 8 |
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. |