CMP0022-WARN-stderr.txt 525 B

1234567891011121314151617
  1. ^CMake Warning \(dev\) in CMakeLists.txt:
  2. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  3. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  4. cmake_policy command to set the policy and suppress this warning.
  5. Target "bar" has an INTERFACE_LINK_LIBRARIES property which differs from
  6. its LINK_INTERFACE_LIBRARIES properties.
  7. INTERFACE_LINK_LIBRARIES:
  8. foo
  9. LINK_INTERFACE_LIBRARIES:
  10. bat
  11. This warning is for project developers. Use -Wno-dev to suppress it.$