summaryrefslogtreecommitdiffstats
path: root/Modules/CheckCSourceRuns.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2012-02-16 09:31:32 (GMT)
committerBrad King <brad.king@kitware.com>2012-02-21 20:33:39 (GMT)
commitc9f2886b3db9783eaa455c21288eabdc7e6366a1 (patch)
tree616a92c000f6e49588ab688207bedf95de09a132 /Modules/CheckCSourceRuns.cmake
parent628f36514070037dd3dc4f09c61c4df8688e3a2b (diff)
downloadCMake-c9f2886b3db9783eaa455c21288eabdc7e6366a1.zip
CMake-c9f2886b3db9783eaa455c21288eabdc7e6366a1.tar.gz
CMake-c9f2886b3db9783eaa455c21288eabdc7e6366a1.tar.bz2
-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
Diffstat (limited to 'Modules/CheckCSourceRuns.cmake')
0 files changed, 0 insertions, 0 deletions