diff options
author | Brad King <brad.king@kitware.com> | 2017-03-10 15:35:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:46:11 (GMT) |
commit | 8fc934de0e9667a83712ab7b460d63c309b86571 (patch) | |
tree | b53f094607447c77b963a0ab519111be85c615ef /Help | |
parent | b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d (diff) | |
download | CMake-8fc934de0e9667a83712ab7b460d63c309b86571.zip CMake-8fc934de0e9667a83712ab7b460d63c309b86571.tar.gz CMake-8fc934de0e9667a83712ab7b460d63c309b86571.tar.bz2 |
GNU-FindBinUtils: Avoid setting policy CMP0054
The `cmake_policy(SET)` call triggers `CMP0011` warnings when this
module is used in a project that does not set `CMP0011` to NEW. We
could avoid these with a `cmake_policy` PUSH/POP pair, but it is simpler
to adjust our code to not trigger `CMP0054` in the first place.
Diffstat (limited to 'Help')
0 files changed, 0 insertions, 0 deletions