CMP0019-WARN-stderr.txt 909 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. CMake Warning \(dev\) in CMakeLists.txt:
  2. Policy CMP0019 is not set: Do not re-expand variables in include and link
  3. information. Run "cmake --help-policy CMP0019" for policy details. Use
  4. the cmake_policy command to set the policy and suppress this warning.
  5. The following variable evaluations were encountered:
  6. Evaluated directory INCLUDE_DIRECTORIES
  7. /usr/include/\${VAR_INCLUDE};/usr/include/normal
  8. as
  9. /usr/include/VAL_INCLUDE;/usr/include/normal
  10. Evaluated target some_target INCLUDE_DIRECTORIES
  11. /usr/include/\${VAR_INCLUDE};/usr/include/normal
  12. as
  13. /usr/include/VAL_INCLUDE;/usr/include/normal
  14. Evaluated link directories
  15. /usr/lib/\${VAR_LINK_DIRS};/usr/lib/normal
  16. as
  17. /usr/lib/VAL_LINK_DIRS;/usr/lib/normal
  18. Evaluated link library
  19. \${VAR_LINK_LIBS}
  20. as
  21. VAL_LINK_LIBS
  22. This warning is for project developers. Use -Wno-dev to suppress it.$