summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/bison_target_policy.rst
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-01-08 15:50:10 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 18:23:14 (GMT)
commit5000fed5af6925a7d57083c8806ea0537e97bdda (patch)
treea6e7b94aa5950b73fb896730ad48f1496f9bfdb6 /Help/release/dev/bison_target_policy.rst
parentf5da1bb34954b1a9e78f07133f4aa3ce332a329f (diff)
downloadCMake-5000fed5af6925a7d57083c8806ea0537e97bdda.zip
CMake-5000fed5af6925a7d57083c8806ea0537e97bdda.tar.gz
CMake-5000fed5af6925a7d57083c8806ea0537e97bdda.tar.bz2
FindBISON: Add policy CMP0088 to run bison in build tree
Diffstat (limited to 'Help/release/dev/bison_target_policy.rst')
-rw-r--r--Help/release/dev/bison_target_policy.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/bison_target_policy.rst b/Help/release/dev/bison_target_policy.rst
new file mode 100644
index 0000000..3240318
--- /dev/null
+++ b/Help/release/dev/bison_target_policy.rst
@@ -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`.