CMP0075-stderr.txt 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ^CMake Warning \(dev\) at [^
  2. ]*/Modules/CheckIncludeFile.cmake:[0-9]+ \(message\):
  3. Policy CMP0075 is not set: Include file check macros honor
  4. CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
  5. details. Use the cmake_policy command to set the policy and suppress this
  6. warning.
  7. CMAKE_REQUIRED_LIBRARIES is set to:
  8. does_not_exist
  9. For compatibility with CMake 3.11 and below this check is ignoring it.
  10. Call Stack \(most recent call first\):
  11. CMP0075.cmake:11 \(check_include_file\)
  12. CMakeLists\.txt:[0-9]+ \(include\)
  13. This warning is for project developers. Use -Wno-dev to suppress it.
  14. +
  15. CMake Warning \(dev\) at [^
  16. ]*/Modules/CheckIncludeFileCXX.cmake:[0-9]+ \(message\):
  17. Policy CMP0075 is not set: Include file check macros honor
  18. CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
  19. details. Use the cmake_policy command to set the policy and suppress this
  20. warning.
  21. CMAKE_REQUIRED_LIBRARIES is set to:
  22. does_not_exist
  23. For compatibility with CMake 3.11 and below this check is ignoring it.
  24. Call Stack \(most recent call first\):
  25. CMP0075.cmake:26 \(check_include_file_cxx\)
  26. CMakeLists\.txt:[0-9]+ \(include\)
  27. This warning is for project developers. Use -Wno-dev to suppress it.
  28. +
  29. CMake Warning \(dev\) at [^
  30. ]*/Modules/CheckIncludeFiles.cmake:[0-9]+ \(message\):
  31. Policy CMP0075 is not set: Include file check macros honor
  32. CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
  33. details. Use the cmake_policy command to set the policy and suppress this
  34. warning.
  35. CMAKE_REQUIRED_LIBRARIES is set to:
  36. does_not_exist
  37. For compatibility with CMake 3.11 and below this check is ignoring it.
  38. Call Stack \(most recent call first\):
  39. CMP0075.cmake:41 \(check_include_files\)
  40. CMakeLists\.txt:[0-9]+ \(include\)
  41. This warning is for project developers. Use -Wno-dev to suppress it.
  42. +
  43. CMake Deprecation Warning at CMP0075.cmake:[0-9]+ \(cmake_policy\):
  44. The OLD behavior for policy CMP0075 will be removed from a future version
  45. of CMake.
  46. The cmake-policies\(7\) manual explains that the OLD behaviors of all
  47. policies are deprecated and that a policy should be set to OLD only under
  48. specific short-term circumstances. Projects should be ported to the NEW
  49. behavior and not rely on setting a policy to OLD.
  50. Call Stack \(most recent call first\):
  51. CMakeLists\.txt:[0-9]+ \(include\)$