CMP0027-WARN-stderr.txt 652 B

123456789101112131415161718
  1. CMake Warning \(dev\) in CMakeLists.txt:
  2. Policy CMP0027 is not set: Conditionally linked imported targets with
  3. missing include directories. Run "cmake --help-policy CMP0027" for policy
  4. details. Use the cmake_policy command to set the policy and suppress this
  5. warning.
  6. Imported target "testTarget" includes non-existent path
  7. "/does/not/exist"
  8. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  9. \* The path was deleted, renamed, or moved to another location.
  10. \* An install or uninstall procedure did not complete successfully.
  11. \* The installation package was faulty and references files it does not
  12. provide.