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.
1 parent 0b038ba commit 5cdc4aeCopy full SHA for 5cdc4ae
share/cmake/macros/GetPythonPreCommand.cmake
@@ -66,7 +66,7 @@ macro(get_python_pre_command)
66
# on Windows with:
67
# '> set PYTHONPATH=XXX \n call CMD'
68
# '\n' is here because '\\&' does not work.
69
- set(Python_PRE_CMD set ${_PATH_SET} "\n" call)
+ set(Python_PRE_CMD set ${_PATH_SET} "\n" set ${_PYTHONPATH_SET} "\n" call)
70
71
message(STATUS "Python pre-command: ${Python_PRE_CMD}")
72
0 commit comments