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.
10 lines
449 B
10 lines
449 B
11 years ago
|
CMake Warning \(dev\) at CMP0038-WARN.cmake:2 \(add_library\):
|
||
|
Policy CMP0038 is not set: Targets may not link directly to themselves.
|
||
|
Run "cmake --help-policy CMP0038" for policy details. Use the cmake_policy
|
||
|
command to set the policy and suppress this warning.
|
||
|
|
||
|
Target "self_link" links to itself.
|
||
|
Call Stack \(most recent call first\):
|
||
|
CMakeLists.txt:3 \(include\)
|
||
|
This warning is for project developers. Use -Wno-dev to suppress it.
|