You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_program(SH_EXE sh PATHS"C:/Program Files/Git/bin")
98
+
find_program(SH_EXE sh PATHS"C:/Program Files/Git/bin""$ENV{LOCALAPPDATA}/Programs/Git/bin")
99
99
if(NOT SH_EXE)
100
100
message(FATAL_ERROR "sh: shell interpreter was not found in your path, please install one."
101
101
"On Windows, you can get it as part of 'Git for Windows' install at https://gitforwindows.org/")
0 commit comments