mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
70c6557285
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. |
||
---|---|---|
.. | ||
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 | ||
CMP0022-WARN-tll.cmake | ||
CMP0022-WARN.cmake | ||
empty_vs6_1.cpp | ||
empty_vs6_2.cpp | ||
empty_vs6_3.cpp | ||
empty_vs6_4.cpp | ||
empty.cpp | ||
RunCMakeTest.cmake |