diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-01-08 15:50:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-10 18:23:14 (GMT) |
commit | 5000fed5af6925a7d57083c8806ea0537e97bdda (patch) | |
tree | a6e7b94aa5950b73fb896730ad48f1496f9bfdb6 /Help/manual | |
parent | f5da1bb34954b1a9e78f07133f4aa3ce332a329f (diff) | |
download | CMake-5000fed5af6925a7d57083c8806ea0537e97bdda.zip CMake-5000fed5af6925a7d57083c8806ea0537e97bdda.tar.gz CMake-5000fed5af6925a7d57083c8806ea0537e97bdda.tar.bz2 |
FindBISON: Add policy CMP0088 to run bison in build tree
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 40ec1ef..409b5b1 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.14 .. toctree:: :maxdepth: 1 + CMP0088: FindBISON runs bison in CMAKE_CURRENT_BINARY_DIR when executing. </policy/CMP0088> CMP0087: install(SCRIPT | CODE) supports generator expressions. </policy/CMP0087> CMP0086: UseSWIG honors SWIG_MODULE_NAME via -module flag. </policy/CMP0086> CMP0085: IN_LIST generator expression handles empty list items. </policy/CMP0085> |