CMP0060-WARN-ON-stderr.txt 788 B

12345678910111213141516
  1. ^CMake Warning \(dev\) at CMP0060-Common.cmake:[0-9]+ \(add_executable\):
  2. Policy CMP0060 is not set: Link libraries by full path even in implicit
  3. directories. Run "cmake --help-policy CMP0060" for policy details. Use
  4. the cmake_policy command to set the policy and suppress this warning.
  5. Some library files are in directories implicitly searched by the linker
  6. when invoked for C:
  7. .*/Tests/RunCMake/CMP0060/CMP0060-WARN-ON-build/lib/(lib)?CMP0060.(a|lib)
  8. For compatibility with older versions of CMake, the generated link line
  9. will ask the linker to search for these by library name.
  10. Call Stack \(most recent call first\):
  11. CMP0060-WARN-ON.cmake:[0-9]+ \(include\)
  12. CMakeLists.txt:4 \(include\)
  13. This warning is for project developers. Use -Wno-dev to suppress it.$