summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-07-30 05:34:14 +0700
committeranonymous <local@localhost>2010-08-31 18:06:04 +0700
commitf0f87437f422a55617a16044e2f82f2984624074 (patch)
tree8ae582195489d749ab3532c13a4e81455ab9eb5c /test
parent953c93d52c8cbc1326018984a9db0af23e158b08 (diff)
downloadlibcxxrt-f0f87437f422a55617a16044e2f82f2984624074.tar.gz
libcxxrt-f0f87437f422a55617a16044e2f82f2984624074.tar.bz2
libcxxrt-f0f87437f422a55617a16044e2f82f2984624074.tar.xz
Path to libunwind is changed to absolute
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8c06b25..b84386a 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -45,7 +45,8 @@ if(TEST_LIBUNWIND)
add_executable(cxxrt-test-libunwind-static ${CXXTEST_SOURCES})
set_property(TARGET cxxrt-test-libunwind-static PROPERTY LINK_FLAGS
"-L${LIBUNWIND_PATH} -nodefaultlibs")
- target_link_libraries(cxxrt-test-libunwind-static cxxrt-static unwind pthread dl c)
+ target_link_libraries(cxxrt-test-libunwind-static cxxrt-static
+ ${LIBUNWIND_PATH}/libunwind.a pthread dl c)
add_test(cxxrt-test-libunwind-static-test
${CMAKE_CURRENT_SOURCE_DIR}/run_test.sh