Skip to content

BUG: Git is not found when cross-compiling in Windows platforms

José Simões requested to merge josesimoes/cmake:patch-1 into master

This is required when cross-compiling in WIN32 platform. Because the target platform gets changed checking for WIN32 is doesn't work anymore. The proper search path for Git in Windows is not set therefore Git can be found.

Merge request reports