Bar.cmake 270 B

12345678
  1. cmake_minimum_required(VERSION 2.6.3)
  2. # Make sure a policy set differently by our includer is now correct.
  3. cmake_policy(GET CMP0003 cmp)
  4. check(CMP0003 "NEW" "${cmp}")
  5. # Test allowing the top-level file to not have cmake_minimum_required.
  6. cmake_policy(SET CMP0000 OLD)