CMP0023-WARN-stderr.txt 666 B

12345678910111213141516
  1. CMake Warning \(dev\) at CMP0023-WARN.cmake:9 \(target_link_libraries\):
  2. Policy CMP0023 is not set: Plain and keyword target_link_libraries
  3. signatures cannot be mixed. Run "cmake --help-policy CMP0023" for policy
  4. details. Use the cmake_policy command to set the policy and suppress this
  5. warning.
  6. The plain signature for target_link_libraries has already been used with
  7. the target "foo". All uses of target_link_libraries with a target should
  8. be either all-keyword or all-plain.
  9. The uses of the plain signature are here:
  10. \* CMP0023-WARN.cmake:8 \(target_link_libraries\)
  11. Call Stack \(most recent call first\):
  12. CMakeLists.txt:3 \(include\)