[CMake] CMake hangs on Found Git

Brad King brad.king at kitware.com
Tue Oct 27 08:36:23 EDT 2015


On 10/26/2015 02:52 PM, Federico Milano wrote:
> but the only way I have made it work is by uninstalling Git.
[snip]
> Do you know what command is run when it is printing the line "Found Git:..."?

By the time that prints then most of the Git operations should be finished.
Run "cmake" from the command line and add the "--trace" option to get verbose
output about what it is doing.  That may show what is happening when the
hang occurs.

-Brad



More information about the CMake mailing list