CMP0046-Duplicate-stderr.txt 544 B

12345678910
  1. CMake Warning \(dev\) at CMP0046-Duplicate.cmake:5 \(add_dependencies\):
  2. Policy CMP0046 is not set: Error on non-existent dependency in
  3. add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
  4. Use the cmake_policy command to set the policy and suppress this warning.
  5. The dependency target "ctgt_no_exist" of target "dummy" does not exist.
  6. Call Stack \(most recent call first\):
  7. CMP0046-Duplicate.cmake:8 \(add_dep\)
  8. CMakeLists.txt:3 \(include\)
  9. This warning is for project developers. Use -Wno-dev to suppress it.