$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53041 - branches/release/libs/asio/test
From: troy_at_[hidden]
Date: 2009-05-15 19:25:08
Author: troy
Date: 2009-05-15 19:25:07 EDT (Fri, 15 May 2009)
New Revision: 53041
URL: http://svn.boost.org/trac/boost/changeset/53041
Log:
HTF did I miss this endforeach()
Text files modified: 
   branches/release/libs/asio/test/CMakeLists.txt |    23 ++++++++++++-----------                 
   1 files changed, 12 insertions(+), 11 deletions(-)
Modified: branches/release/libs/asio/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/asio/test/CMakeLists.txt	(original)
+++ branches/release/libs/asio/test/CMakeLists.txt	2009-05-15 19:25:07 EDT (Fri, 15 May 2009)
@@ -101,17 +101,18 @@
 
 # Test Windows specific Behaviors
 if (MSVC)
-foreach(test
-    windows_basic_handle
-    windows_basic_random_access_handle
-    windows_basic_stream_handle
-    windows_overlapped_ptr
-    windows_random_access_handle
-    windows_random_access_handle_service
-    windows_stream_handle
-    windows_stream_handle_service
-    )
-  boost_test_link(${test})
+  foreach(test
+      windows_basic_handle
+      windows_basic_random_access_handle
+      windows_basic_stream_handle
+      windows_overlapped_ptr
+      windows_random_access_handle
+      windows_random_access_handle_service
+      windows_stream_handle
+      windows_stream_handle_service
+      )
+    boost_test_link(${test})
+  endforeach()
 endif (MSVC)
 
 add_subdirectory(ssl)
\ No newline at end of file