From ab5851e1f6248564605fde1f8ffffff6b25979d8 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Thu, 21 May 2009 21:27:01 +0000 Subject: [PATCH] asio cmake test fixes [SVN r53162] --- test/posix/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/posix/CMakeLists.txt b/test/posix/CMakeLists.txt index e6884d0f..0e5ad781 100644 --- a/test/posix/CMakeLists.txt +++ b/test/posix/CMakeLists.txt @@ -1,11 +1,11 @@ foreach(test - posix_basic_descriptor - posix_basic_stream_descriptor - posix_descriptor_base - posix_stream_descriptor - posix_stream_descriptor_service + basic_descriptor + basic_stream_descriptor + descriptor_base + stream_descriptor + stream_descriptor_service ) - boost_test_link(${test}) + asio_test_link(${test}) endforeach()