CMP0067-stderr.txt 1.0 KB

12345678910111213141516171819202122232425
  1. before try_compile with CMP0067 WARN-enabled but no variables
  2. after try_compile with CMP0067 WARN-enabled but no variables
  3. before try_compile with CMP0067 WARN-default
  4. after try_compile with CMP0067 WARN-default
  5. before try_compile with CMP0067 WARN-enabled
  6. CMake Warning \(dev\) at CMP0067.cmake:[0-9]+ \(try_compile\):
  7. Policy CMP0067 is not set: Honor language standard in try_compile\(\)
  8. source-file signature. Run "cmake --help-policy CMP0067" for policy
  9. details. Use the cmake_policy command to set the policy and suppress this
  10. warning.
  11. For compatibility with older versions of CMake, try_compile is not honoring
  12. language standard variables in the test project:
  13. CMAKE_C_STANDARD
  14. Call Stack \(most recent call first\):
  15. CMakeLists.txt:[0-9]+ \(include\)
  16. This warning is for project developers. Use -Wno-dev to suppress it.
  17. after try_compile with CMP0067 WARN-enabled
  18. before try_compile with CMP0067 OLD
  19. after try_compile with CMP0067 OLD
  20. before try_compile with CMP0067 NEW
  21. after try_compile with CMP0067 NEW