Skip to content
  • Brad King's avatar
    cmake: Set policy CMP0075 explicitly to avoid warnings · b4a8634b
    Brad King authored
    In post-3.11 development CMake added policy `CMP0075` that warns on our
    include file checks done with `CMAKE_REQUIRED_LIBRARIES` set.  Our
    checks can work with this combination so just set the policy to `NEW` to
    suppress the warning.
    b4a8634b