We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53f45d + 6af97e4 commit 01e66caCopy full SHA for 01e66ca
contrib/buildsystems/CMakeLists.txt
@@ -95,7 +95,7 @@ if(USE_VCPKG)
95
set(CMAKE_TOOLCHAIN_FILE ${VCPKG_DIR}/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
96
endif()
97
98
-find_program(SH_EXE sh PATHS "C:/Program Files/Git/bin")
+find_program(SH_EXE sh PATHS "C:/Program Files/Git/bin" "$ENV{LOCALAPPDATA}/Programs/Git/bin")
99
if(NOT SH_EXE)
100
message(FATAL_ERROR "sh: shell interpreter was not found in your path, please install one."
101
"On Windows, you can get it as part of 'Git for Windows' install at https://gitforwindows.org/")
0 commit comments