CMP0066-stderr.txt 702 B

123456789101112131415
  1. before try_compile with CMP0066 WARN-default
  2. after try_compile with CMP0066 WARN-default
  3. *
  4. CMake Warning \(dev\) at CMP0066.cmake:[0-9]+ \(try_compile\):
  5. Policy CMP0066 is not set: Honor per-config flags in try_compile\(\)
  6. source-file signature. Run "cmake --help-policy CMP0066" for policy
  7. details. Use the cmake_policy command to set the policy and suppress this
  8. warning.
  9. For compatibility with older versions of CMake, try_compile is not honoring
  10. caller config-specific compiler flags \(e.g. CMAKE_C_FLAGS_DEBUG\) in the
  11. test project.
  12. Call Stack \(most recent call first\):
  13. CMakeLists.txt:[0-9]+ \(include\)
  14. This warning is for project developers. Use -Wno-dev to suppress it.$