cmThirdParty.h 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. /* #undef CMAKE_USE_SYSTEM_CURL */
  7. /* #undef CMAKE_USE_SYSTEM_EXPAT */
  8. /* #undef CMAKE_USE_SYSTEM_KWIML */
  9. /* #undef CMAKE_USE_SYSTEM_ZLIB */
  10. /* #undef CMAKE_USE_SYSTEM_BZIP2 */
  11. /* #undef CMAKE_USE_SYSTEM_LIBARCHIVE */
  12. /* #undef CMAKE_USE_SYSTEM_LIBLZMA */
  13. /* #undef CMAKE_USE_SYSTEM_FORM */
  14. /* #undef CMAKE_USE_SYSTEM_JSONCPP */
  15. /* #undef CMAKE_USE_SYSTEM_LIBRHASH */
  16. /* #undef CMAKE_USE_SYSTEM_LIBUV */
  17. /* #undef CTEST_USE_XMLRPC */
  18. #endif