CMP0039-WARN-stderr.txt 519 B

12345678910
  1. CMake Warning \(dev\) at CMP0039-WARN.cmake:5 \(target_link_libraries\):
  2. Policy CMP0039 is not set: Utility targets may not have link dependencies.
  3. Run "cmake --help-policy CMP0039" for policy details. Use the cmake_policy
  4. command to set the policy and suppress this warning.
  5. Utility target "utility" should not be used as the target of a
  6. target_link_libraries call.
  7. Call Stack \(most recent call first\):
  8. CMakeLists.txt:3 \(include\)
  9. This warning is for project developers. Use -Wno-dev to suppress it.