cmThirdParty.h.in 695 B

1234567891011121314151617181920
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #ifndef cmThirdParty_h
  4. #define cmThirdParty_h
  5. /* Whether CMake is using its own utility libraries. */
  6. #cmakedefine CMAKE_USE_SYSTEM_CURL
  7. #cmakedefine CMAKE_USE_SYSTEM_EXPAT
  8. #cmakedefine CMAKE_USE_SYSTEM_KWIML
  9. #cmakedefine CMAKE_USE_SYSTEM_ZLIB
  10. #cmakedefine CMAKE_USE_SYSTEM_BZIP2
  11. #cmakedefine CMAKE_USE_SYSTEM_LIBARCHIVE
  12. #cmakedefine CMAKE_USE_SYSTEM_LIBLZMA
  13. #cmakedefine CMAKE_USE_SYSTEM_FORM
  14. #cmakedefine CMAKE_USE_SYSTEM_JSONCPP
  15. #cmakedefine CMAKE_USE_SYSTEM_LIBRHASH
  16. #cmakedefine CMAKE_USE_SYSTEM_LIBUV
  17. #cmakedefine CTEST_USE_XMLRPC
  18. #endif