Skip to content

Commit

Permalink
CMake: Fix venv executable path on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Aug 27, 2020
1 parent a118b3c commit 5d5bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ if(HELP)
endif()
endif()
if (WIN32)
set(HELP_VENV_PYTHON "${CMAKE_CURRENT_BINARY_DIR}/manual/venv/bin/python.exe")
set(HELP_VENV_PYTHON "${CMAKE_CURRENT_BINARY_DIR}/manual/venv/Scripts/python.exe")
else ()
set(HELP_VENV_PYTHON "${CMAKE_CURRENT_BINARY_DIR}/manual/venv/bin/python")
endif ()
Expand Down

0 comments on commit 5d5bada

Please sign in to comment.