CMake/Tests/RunCMake/CMP0022
Brad King 70c6557285 Tests: Fix RunCMake.CMP0022 tll case for Debug configuration
The `CMP0022-WARN-tll` case overrides legacy properties set by
`target_link_libraries` so that we can verify that the policy
warning is emitted.  When building in the Debug configuration,
the `_DEBUG` variant of the legacy property is set/checked too.

Fix the test case to override both variants.  Previously it only
passed because `cmComputeTargetDepends::AddInterfaceDepends`
always evaluated dependencies with the "" configuration.
2017-05-18 10:18:50 -04:00
..
dep1
dep2
dep3
CMakeLists.txt
CMP0022-export-exe.cmake
CMP0022-export-result.txt
CMP0022-export-stderr.txt
CMP0022-export.cmake
CMP0022-install-export-result.txt
CMP0022-install-export-stderr.txt
CMP0022-install-export.cmake
CMP0022-NOWARN-exe.cmake
CMP0022-NOWARN-shared.cmake
CMP0022-NOWARN-static-link_libraries.cmake
CMP0022-NOWARN-static-NEW.cmake
CMP0022-NOWARN-static.cmake
CMP0022-WARN-empty-old-result.txt
CMP0022-WARN-empty-old-stderr.txt
CMP0022-WARN-empty-old.cmake
CMP0022-WARN-static-result.txt
CMP0022-WARN-static-stderr.txt
CMP0022-WARN-static.cmake
CMP0022-WARN-stderr.txt
CMP0022-WARN-tll-result.txt
CMP0022-WARN-tll-stderr.txt Tests: Fix RunCMake.CMP0022 tll case for Debug configuration 2017-05-18 10:18:50 -04:00
CMP0022-WARN-tll.cmake Tests: Fix RunCMake.CMP0022 tll case for Debug configuration 2017-05-18 10:18:50 -04:00
CMP0022-WARN.cmake
empty_vs6_1.cpp
empty_vs6_2.cpp
empty_vs6_3.cpp
empty_vs6_4.cpp
empty.cpp
RunCMakeTest.cmake