CMP0037-WARN-reserved-stderr.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. CMake Warning \(dev\) at CMP0037-WARN-reserved.cmake:2 \(add_library\):
  2. Policy CMP0037 is not set: Target names should not be reserved and should
  3. match a validity pattern. Run "cmake --help-policy CMP0037" for policy
  4. details. Use the cmake_policy command to set the policy and suppress this
  5. warning.
  6. The target name "all" is reserved or not valid for certain CMake features,
  7. such as generator expressions, and may result in undefined behavior.
  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.
  11. +
  12. CMake Warning \(dev\) at CMP0037-WARN-reserved.cmake:3 \(add_executable\):
  13. Policy CMP0037 is not set: Target names should not be reserved and should
  14. match a validity pattern. Run "cmake --help-policy CMP0037" for policy
  15. details. Use the cmake_policy command to set the policy and suppress this
  16. warning.
  17. The target name "clean" is reserved or not valid for certain CMake
  18. features, such as generator expressions, and may result in undefined
  19. behavior.
  20. Call Stack \(most recent call first\):
  21. CMakeLists.txt:3 \(include\)
  22. This warning is for project developers. Use -Wno-dev to suppress it.
  23. +
  24. CMake Warning \(dev\) at CMP0037-WARN-reserved.cmake:4 \(add_custom_target\):
  25. Policy CMP0037 is not set: Target names should not be reserved and should
  26. match a validity pattern. Run "cmake --help-policy CMP0037" for policy
  27. details. Use the cmake_policy command to set the policy and suppress this
  28. warning.
  29. The target name "help" is reserved or not valid for certain CMake features,
  30. such as generator expressions, and may result in undefined behavior.
  31. Call Stack \(most recent call first\):
  32. CMakeLists.txt:3 \(include\)
  33. This warning is for project developers. Use -Wno-dev to suppress it.