CMP0048-WARN-stderr.txt 511 B

123456789101112
  1. CMake Warning \(dev\) at CMP0048-WARN.cmake:3 \(project\):
  2. Policy CMP0048 is not set: project\(\) command manages VERSION variables.
  3. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy
  4. command to set the policy and suppress this warning.
  5. The following variable\(s\) would be set to empty:
  6. PROJECT_VERSION
  7. MyProject_VERSION_TWEAK
  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.