2009-09-28 11:43:28 -04:00
|
|
|
/*============================================================================
|
|
|
|
CMake - Cross Platform Makefile Generator
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2006-10-19 15:00:10 -04:00
|
|
|
|
2009-09-28 11:43:28 -04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2006-10-19 15:00:10 -04:00
|
|
|
|
2009-09-28 11:43:28 -04:00
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
See the License for more information.
|
|
|
|
============================================================================*/
|
2014-12-11 13:10:03 -05:00
|
|
|
#ifndef cmThirdParty_h
|
|
|
|
#define cmThirdParty_h
|
2006-10-19 15:00:10 -04:00
|
|
|
|
|
|
|
/* Whether CMake is using its own utility libraries. */
|
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_CURL
|
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_EXPAT
|
2015-12-18 09:57:55 -05:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_KWIML
|
2006-10-19 15:00:10 -04:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_ZLIB
|
2012-01-13 14:05:36 -05:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_BZIP2
|
2010-08-05 17:06:10 -04:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_LIBARCHIVE
|
2014-07-13 22:23:22 +02:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_LIBLZMA
|
2014-11-18 21:47:02 +01:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_FORM
|
2015-01-20 10:31:13 -05:00
|
|
|
#cmakedefine CMAKE_USE_SYSTEM_JSONCPP
|
2009-06-11 11:24:56 -04:00
|
|
|
#cmakedefine CTEST_USE_XMLRPC
|
2006-10-19 15:00:10 -04:00
|
|
|
|
|
|
|
#endif
|