aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-07-19 14:22:51 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-07-19 15:14:22 -0300
commit794d2608f15155ceba9b6a201fccffbc40d68d45 (patch)
tree15fc2c2a6c01c3a17cf1130e1b07c1ce2dc7a306 /tests
parentcd479852ad2c9d0f5cdfbba9f91952a8cd3b8688 (diff)
Use correct python library in debug mode.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/otherbinding/CMakeLists.txt2
-rw-r--r--tests/samplebinding/CMakeLists.txt2
2 files changed, 2 insertions, 2 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)
diff --git a/tests/samplebinding/CMakeLists.txt b/tests/samplebinding/CMakeLists.txt
index a41ad727c..a9dea7cf6 100644
--- a/tests/samplebinding/CMakeLists.txt
+++ b/tests/samplebinding/CMakeLists.txt
@@ -95,7 +95,7 @@ add_library(sample MODULE ${sample_SRC})
set_property(TARGET sample PROPERTY PREFIX "")
target_link_libraries(sample
libsample
- ${PYTHON_LIBRARIES}
+ ${SBK_PYTHON_LIBRARIES}
libshiboken)
add_dependencies(sample shiboken_generator)