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 7a1bc22 commit 476dec9Copy full SHA for 476dec9
1 file changed
wrappers/python/CMakeLists.txt
@@ -28,7 +28,7 @@ set_target_properties(cython_freenect PROPERTIES
28
PREFIX ""
29
OUTPUT_NAME "freenect"
30
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
31
-target_link_libraries(cython_freenect freenect_sync)
+target_link_libraries(cython_freenect freenect_sync ${PYTHON_LIBRARIES})
32
include_directories(${PYTHON_INCLUDE_PATH} ../c_sync/ ${NUMPY_INCLUDE_PATH})
33
34
# Install the extension
0 commit comments