diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-22 16:05:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-23 12:18:02 (GMT) |
commit | 0b3b3368fb8ee712aa06fcb2b9c6e288905ca6ae (patch) | |
tree | a99ce240c933fdf71853eb53e76e445571dbf625 /Tests | |
parent | c515dc574879448d66e2c5a27b9807d95a27fefd (diff) | |
download | CMake-0b3b3368fb8ee712aa06fcb2b9c6e288905ca6ae.zip CMake-0b3b3368fb8ee712aa06fcb2b9c6e288905ca6ae.tar.gz CMake-0b3b3368fb8ee712aa06fcb2b9c6e288905ca6ae.tar.bz2 |
CMP0022: Output link interface mismatch for static library warning
Other warnings for the same policy already have similar output since
commit 81d2793e (Add differing target property content to policy CMP0022
warning, 2013-09-11).
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/CMP0022/CMP0022-WARN-static-stderr.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0022/CMP0022-WARN-static-stderr.txt b/Tests/RunCMake/CMP0022/CMP0022-WARN-static-stderr.txt index 41d132c..e41133a 100644 --- a/Tests/RunCMake/CMP0022/CMP0022-WARN-static-stderr.txt +++ b/Tests/RunCMake/CMP0022/CMP0022-WARN-static-stderr.txt @@ -7,4 +7,13 @@ CMake Warning \(dev\) in CMakeLists.txt: should be preferred as the source of the link interface for this library. Ignoring the property and using the link implementation as the link interface instead. + + INTERFACE_LINK_LIBRARIES: + + foo + + Link implementation: + + bat + This warning is for project developers. Use -Wno-dev to suppress it.$ |