mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user