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 60b42b8 commit c235560Copy full SHA for c235560
examples/CMakeLists.txt
@@ -13,9 +13,6 @@ if(UNIX)
13
endif()
14
15
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
19
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_LIST_DIR}/install_requirements.py" "--skip_depthai"
20
DEPENDS ${TARGET_NAME}
21
VERBATIM
0 commit comments