Skip to content

Commit 635d462

Browse files
committed
Clean py_env
1 parent 5788a87 commit 635d462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/python.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ INCLUDE(python_module)
1818
FIND_PACKAGE(PythonInterp 2.7)
1919
FIND_PACKAGE(PythonLibs 2.7)
2020

21-
SET(py_env PATH=${PATH} PYTHONHOME=${PYTHONHOME} PYTHONPATH=${PYTHONPATH})
21+
SET(py_env "")
2222

2323
IF(PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND)
2424
find_python_module(pip REQUIRED)

0 commit comments

Comments
 (0)