cmake/Tests/PolicyScope/Bar.cmake
Modestas Vainius 2f5181c101 Import cmake 2.6.3~rc11
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
2009-02-07 16:14:30 +02:00

9 lines
270 B
CMake

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