CMake/Utilities
Alex Neundorf c9f2886b3d -don't pull in CheckTypeSize.cmake from the cmake which is being built
We can be sure that at least cmake 2.6.3 is used when building cmcurl.
This means we always get in the first branch of the if().
I think it is not a good idea to pull a cmake module from the cmake
which is being built in, since this may use features which are not
supported in the cmake which is used to build cmake (e.g. CMAKE_CURRENT_LIST_DIR
which does not exist in cmake 2.6.3 which is the minimum for cmcurl).

A bit further below there is anyway code to handle the case that cmake is
older than 2.8.0, so it should be ok.

Alex
2012-02-21 15:33:39 -05:00
..
Doxygen Doxygen: Remove dependency on VTK when building doxygen. 2011-10-23 22:18:13 +02:00
Git pre-commit: Reject changes to KWSys through Git 2011-10-24 10:40:59 -04:00
KWIML Merge branch 'upstream-kwiml' into update-KWIML 2011-11-21 11:03:29 -05:00
KWStyle KWStyle Test: Activate by default if KWStyle is found 2011-09-07 19:04:44 -04:00
Release Release: Increase timeout for slow-testing cygwin build 2011-12-30 15:40:50 -05:00
cmbzip2 Suppress -Wcast-align in curl and bzip2 2010-09-10 09:00:48 -04:00
cmcompress Eliminate -Wconversion warnings. 2010-06-27 11:22:05 -04:00
cmcurl -don't pull in CheckTypeSize.cmake from the cmake which is being built 2012-02-21 15:33:39 -05:00
cmexpat Remove useless include file filters 2009-12-08 11:27:38 -05:00
cmlibarchive Include bzlib.h consistently across CMake build (#10950) 2012-01-13 14:05:36 -05:00
cmzlib Fixes for bug # 10543, build on older sunpro now works. 2010-05-04 14:52:22 -04:00
xml Run CMake.HTML test without net access (#10857) 2010-06-22 09:39:02 -04:00
.NoDartCoverage ENH: No need to do coverage of utilities 2005-06-14 15:53:10 -04:00
CMakeLists.txt cmake.m4: Use modern signature of install(FILES ...) 2011-08-26 13:51:32 -04:00
cmThirdParty.h.in Include bzlib.h consistently across CMake build (#10950) 2012-01-13 14:05:36 -05:00
cm_bzlib.h Include bzlib.h consistently across CMake build (#10950) 2012-01-13 14:05:36 -05:00
cm_curl.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cm_expat.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cm_libarchive.h Include headers from chosen libarchive (#10923) 2010-08-05 17:06:10 -04:00
cm_xmlrpc.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cm_zlib.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmake.m4 Add a cmake.m4 for using cmake in autoconf projects instead of pkgconfig 2011-08-11 22:43:33 +02:00