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 5788a87 commit 635d462Copy full SHA for 635d462
cmake/external/python.cmake
@@ -18,7 +18,7 @@ INCLUDE(python_module)
18
FIND_PACKAGE(PythonInterp 2.7)
19
FIND_PACKAGE(PythonLibs 2.7)
20
21
-SET(py_env PATH=${PATH} PYTHONHOME=${PYTHONHOME} PYTHONPATH=${PYTHONPATH})
+SET(py_env "")
22
23
IF(PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND)
24
find_python_module(pip REQUIRED)
0 commit comments