You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
598 B
18 lines
598 B
3 years ago
|
CMake Warning \(dev\) at CMP0028-WARN-iface\.cmake:3 \(target_link_libraries\):
|
||
11 years ago
|
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.
|
||
|
|
||
3 years ago
|
The link interface of target "iface" contains:
|
||
|
|
||
|
External::Library
|
||
|
|
||
|
but the target was not found. Possible reasons include:
|
||
|
(
|
||
|
\*[^
|
||
|
]+)*
|
||
|
|
||
11 years ago
|
Call Stack \(most recent call first\):
|
||
3 years ago
|
CMakeLists\.txt:[0-9]+ \(include\)
|
||
11 years ago
|
This warning is for project developers. Use -Wno-dev to suppress it.
|