FindBISON: Add policy CMP0088 to run bison in build tree

This commit is contained in:
Robert Maynard
2019-01-08 10:50:10 -05:00
committed by Brad King
parent f5da1bb349
commit 5000fed5af
5 changed files with 73 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
bison_target_policy
-------------------
* The :module:`FindBISON` module's ``BISON_TARGET`` command now runs ``bison``
with :variable:`CMAKE_CURRENT_BINARY_DIR` as the working directory.
See policy :policy:`CMP0088`.