Skip to content

Commit c235560

Browse files
author
SzabolcsGergely
committed
Remove PYTHONPATH from install_requirements target
1 parent 60b42b8 commit c235560

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ if(UNIX)
1313
endif()
1414

1515
add_custom_target(install_requirements
16-
# Python path (to find compiled module)
17-
"PYTHONPATH=$<TARGET_FILE_DIR:${TARGET_NAME}>${SYS_PATH_SEPARATOR}$ENV{PYTHONPATH}"
18-
# Example
1916
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR}/install_requirements.py" "--skip_depthai"
2017
DEPENDS ${TARGET_NAME}
2118
VERBATIM

0 commit comments

Comments
 (0)