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.
2 parents dfe6b32 + da7ae6d commit 0548f6aCopy full SHA for 0548f6a
bindings/python/CMakeLists.txt
@@ -37,6 +37,7 @@ set_target_properties(${SWIG_MODULE_yarp_python_REAL_NAME}
37
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/python3"
38
# treat Python3_INCLUDE_DIRS as non-system so that it can be overriden
39
NO_SYSTEM_FROM_IMPORTED TRUE
40
+ SWIG_DEPENDS "${SWIG_YARP_LIBRARIES}"
41
)
42
43
# INCLUDE_DIRECTORIES might have gotten polluted by 3rd-party deps, make sure
0 commit comments