CMP0037-WARN-stderr.txt 2.2 KB

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