10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
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.
|