Skip to content
  • Brad King's avatar
    BUG: Enforce matching policy PUSH/POP in all files · d602a3db
    Brad King authored
    The documentation of cmake_policy PUSH and POP states that they must
    always match.  Previously we enforced this only for the top scope of
    each CMakeLists.txt file.  This enforces the requirement for all files.
    d602a3db