Skip to content
  • Brad King's avatar
    ENH: Make policy push/pop methods private · ac14b5d2
    Brad King authored
    This makes cmMakefile::PushPolicy and cmMakefile::PopPolicy private so
    that any outside place that uses them needs to use the PolicyPushPop
    helper in an automatic variable.  We grant an exception to
    cmCMakePolicyCommand so it can implement cmake_policy(PUSH) and
    cmake_policy(POP).
    ac14b5d2