CMP0054-duplicate-warnings-stderr.txt 1.2 KB

123456789101112131415161718192021222324
  1. CMake Warning \(dev\) at CMP0054-duplicate-warnings.cmake:4 \(if\):
  2. Policy CMP0054 is not set: Only interpret if\(\) arguments as variables or
  3. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  4. details. Use the cmake_policy command to set the policy and suppress this
  5. warning.
  6. Quoted variables like "FOO" will no longer be dereferenced when the policy
  7. is set to NEW. Since the policy is not set the OLD behavior will be used.
  8. Call Stack \(most recent call first\):
  9. CMP0054-duplicate-warnings.cmake:8 \(generate_warning\)
  10. CMakeLists.txt:3 \(include\)
  11. This warning is for project developers. Use -Wno-dev to suppress it.
  12. CMake Warning \(dev\) at CMP0054-duplicate-warnings.cmake:11 \(if\):
  13. Policy CMP0054 is not set: Only interpret if\(\) arguments as variables or
  14. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  15. details. Use the cmake_policy command to set the policy and suppress this
  16. warning.
  17. Quoted variables like "FOO" will no longer be dereferenced when the policy
  18. is set to NEW. Since the policy is not set the OLD behavior will be used.
  19. Call Stack \(most recent call first\):
  20. CMakeLists.txt:3 \(include\)
  21. This warning is for project developers. Use -Wno-dev to suppress it.