Skip to content
Snippets Groups Projects
Forked from CMake / CMake
34866 commits behind the upstream repository.
  • Brad King's avatar
    8fc934de
    GNU-FindBinUtils: Avoid setting policy CMP0054 · 8fc934de
    Brad King authored
    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.
    8fc934de
    History
    GNU-FindBinUtils: Avoid setting policy CMP0054
    Brad King authored
    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.
GNU-FindBinUtils.cmake 1.07 KiB