]> source.dussan.org Git - tigervnc.git/commit
Silence CMake link interface warning
authorPierre Ossman <ossman@cendio.se>
Tue, 29 Mar 2016 11:32:22 +0000 (13:32 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 29 Mar 2016 11:51:40 +0000 (13:51 +0200)
commitaaa2d0e44c08b78145e4f889f62b9a0f21ba86ac
treed18176c2985155d35aba120ad8f3aaf66d62095c
parent210b4b5b240c3a126a98a727c8eea7fd5014581d
Silence CMake link interface warning

We don't modify the link interface directly so these warnings are
just useless noise. We could in theory use the new naming instead,
but at least CMake 2.8.12 is buggy and screws up the link when that
policy is active.
CMakeLists.txt