swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: ddeabf05d80db0758708ec502a68def11b4f9591 authored by Brad King on 04 October 2017, 11:44:08 UTC
CMake 3.9.4
Tip revision: ddeabf0
CMP0028-WARN-iface-stderr.txt
CMake Warning \(dev\) at CMP0028-WARN-iface.cmake:4 \(add_library\):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "foo" links to target "External::Library" but the target was not
  found.  Perhaps a find_package\(\) call is missing for an IMPORTED target, or
  an ALIAS target is missing\?
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.
back to top