Skip to content
Snippets Groups Projects
Commit f1de5c5b authored by Lars Bilke's avatar Lars Bilke
Browse files

Quickfix for git submodule not working when using Git from

Mingw-subfolder.
parent e754b2ae
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ find_package(cppcheck QUIET)
find_package(PythonInterp QUIET)
find_package(Git REQUIRED)
string(REPLACE "mingw64/" "" GIT_EXECUTABLE ${GIT_EXECUTABLE}) # Windows git submodule fix
set(GIT_TOOL_PATH ${GIT_EXECUTABLE} CACHE FILEPATH "The git command line interface" FORCE)
# Find bash itself ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment