Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmThirdParty.h.in
blob1ab7ad888c15a5a8b0522610e239f7b745fcf1aa
1 /*=========================================================================
3 Program: CMake - Cross-Platform Makefile Generator
4 Module: $RCSfile: cmThirdParty.h.in,v $
5 Language: C++
6 <<<<<<< cmThirdParty.h.in
7 Date: $Date: 2006/10/19 19:00:09 $
8 Version: $Revision: 1.1 $
9 =======
10 Date: $Date: 2008-09-29 19:47:46 $
11 Version: $Revision: 1.2 $
12 >>>>>>> 1.2
14 Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
15 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
17 This software is distributed WITHOUT ANY WARRANTY; without even
18 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
19 PURPOSE. See the above copyright notices for more information.
21 =========================================================================*/
22 #ifndef __cmThirdParty_h
23 #define __cmThirdParty_h
25 /* Whether CMake is using its own utility libraries. */
26 #cmakedefine CMAKE_USE_SYSTEM_CURL
27 #cmakedefine CMAKE_USE_SYSTEM_EXPAT
28 #cmakedefine CMAKE_USE_SYSTEM_XMLRPC
29 #cmakedefine CMAKE_USE_SYSTEM_ZLIB
30 #cmakedefine CMAKE_USE_NEW_CURL
32 #endif