[cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

Brad King brad.king at kitware.com
Wed Sep 11 11:29:31 EDT 2013


Steve,

On 09/11/2013 11:10 AM, David Cole wrote:
> Configure policy warnings with CMake 2.8.12-rc3 in a Qt-enabled VTK 
> 'master' dashboard:
> 
>     http://open.cdash.org/viewConfigure.php?buildid=3025085

The warning reads

CMake Warning (dev) in GUISupport/Qt/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "vtkGUISupportQt" has a INTERFACE_LINK_LIBRARIES property which
  differs from its LINK_INTERFACE_LIBRARIES properties.

Can you please teach it to print out the value of each of the two
properties so we have some hint about what is different?

Thanks,
-Brad



More information about the cmake-developers mailing list