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 197259a + 36547a7 commit 2bec125Copy full SHA for 2bec125
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