CMP0056-stderr.txt 675 B

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