summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/CMP0200-OLD.cmake
blob: 14686c3b4143d437e97c1886c7e281afa82bf877 (plain)
1
2
3
4
5
6
7
8
9
project(test-CMP0200-OLD C)

cmake_policy(SET CMP0199 NEW)
cmake_policy(SET CMP0200 OLD)

include(CMP0200-cases.cmake)

do_match_config_test(EXPECT_DEBUG EXPECT_RELEASE)
do_first_config_test(EXPECT_DEBUG)