CMP0040-WARN-missing-target-stderr.txt 567 B

12345678910
  1. CMake Warning \(dev\) at CMP0040-WARN-missing-target.cmake:2 \(add_custom_command\):
  2. Policy CMP0040 is not set: The target in the TARGET signature of
  3. add_custom_command\(\) must exist and must be defined in the current
  4. directory. Run "cmake --help-policy CMP0040" for policy details. Use the
  5. cmake_policy command to set the policy and suppress this warning.
  6. +
  7. No TARGET 'foobar' has been created in this directory.
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. This warning is for project developers. Use -Wno-dev to suppress it.