Skip to content
  • Brad King's avatar
    ENH: Add cmake_policy(GET) command mode · 7f7068e9
    Brad King authored
    It is likely that projects or CMake modules in the future will need to
    check the value of a policy setting.  For example, if we add a policy
    that affects the results of FindXYZ.cmake modules, the module code will
    need to be able to check the policy.
    7f7068e9