diff options
author | Brad King <brad.king@kitware.com> | 2019-01-11 12:51:57 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-01-11 12:52:05 (GMT) |
commit | 9e8f2e509f61c4478f2176a03e45c1fd35537d82 (patch) | |
tree | 5d09596346d10b8948474787c7f4aea17f003393 /Help/manual | |
parent | 60666e2cd38d4c2922cc4fdc2e062fec975bc5f3 (diff) | |
parent | 5000fed5af6925a7d57083c8806ea0537e97bdda (diff) | |
download | CMake-9e8f2e509f61c4478f2176a03e45c1fd35537d82.zip CMake-9e8f2e509f61c4478f2176a03e45c1fd35537d82.tar.gz CMake-9e8f2e509f61c4478f2176a03e45c1fd35537d82.tar.bz2 |
Merge topic 'bison_target_policy'
5000fed5af FindBISON: Add policy CMP0088 to run bison in build tree
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2774
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> |