Skip to content
Snippets Groups Projects
  1. Mar 10, 2017
    • Brad King's avatar
      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
  2. Mar 08, 2017
  3. Mar 07, 2017
  4. Mar 06, 2017
Loading