aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding
diff options
context:
space:
mode:
Diffstat (limited to 'tests/otherbinding')
-rw-r--r--tests/otherbinding/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/otherbinding/CMakeLists.txt b/tests/otherbinding/CMakeLists.txt
index d9b97147e..9a67d41e4 100644
--- a/tests/otherbinding/CMakeLists.txt
+++ b/tests/otherbinding/CMakeLists.txt
@@ -40,7 +40,7 @@ set_property(TARGET other PROPERTY PREFIX "")
target_link_libraries(other
libother
libsample
- ${PYTHON_LIBRARIES}
+ ${SBK_PYTHON_LIBRARIES}
libshiboken)
add_dependencies(other sample shiboken_generator)