CMP0037-WARN-space-stderr.txt 1.7 KB

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