CMP0028-WARN-iface-stderr.txt 617 B

1234567891011
  1. CMake Warning \(dev\) at CMP0028-WARN-iface.cmake:4 \(add_library\):
  2. Policy CMP0028 is not set: Double colon in target name means ALIAS or
  3. IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
  4. Use the cmake_policy command to set the policy and suppress this warning.
  5. Target "foo" links to target "External::Library" but the target was not
  6. found. Perhaps a find_package\(\) call is missing for an IMPORTED target, or
  7. an ALIAS target is missing\?
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. This warning is for project developers. Use -Wno-dev to suppress it.