[CMake] ExternalProject module in 2.8.2 completely broken with respect to GIT?

2010-10-28 Thread kent williams
Please tell me someone else encountered this and it's fixed. I'm going to have to make a patched version of ExternalProject.cmake a part of my project until it is. In CMake 2.8.2 ExternalProject.cmake, there is no consistency on the capitalization of the Git_EXECUTABLE variable -- which is what

Re: [CMake] ExternalProject module in 2.8.2 completely broken with respect to GIT?

2010-10-28 Thread Jean-Christophe Fillion-Robin
Hi Kent, The version of FindGit.cmake and ExternalProject.cmake provided with cmake 2.8.2 uses GIT_EXECUTABLE. Within ExternalProject.cmake: - The lower case version of the variable is used as a parameter to function. For example, function _ep_write_gitclone_script line 212. - The upper