CMP0046-WARN-missing-dependency-stderr.txt 507 B

123456789
  1. CMake Warning \(dev\) at CMP0046-WARN-missing-dependency.cmake:2 \(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. +
  6. The dependency target "bar" of target "foo" does not exist.
  7. Call Stack \(most recent call first\):
  8. CMakeLists.txt:3 \(include\)
  9. This warning is for project developers. Use -Wno-dev to suppress it.