$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52896 - branches/release/libs/timer/test
From: dgregor_at_[hidden]
Date: 2009-05-11 00:53:38
Author: dgregor
Date: 2009-05-11 00:53:37 EDT (Mon, 11 May 2009)
New Revision: 52896
URL: http://svn.boost.org/trac/boost/changeset/52896
Log:
Fix Boost.Timer test location for CMake
Text files modified:
branches/release/libs/timer/test/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/timer/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/timer/test/CMakeLists.txt (original)
+++ branches/release/libs/timer/test/CMakeLists.txt 2009-05-11 00:53:37 EDT (Mon, 11 May 2009)
@@ -1,3 +1,3 @@
# boost_additional_test_dependencies(timer BOOST_DEPENDS test)
-boost_test_compile(timer_test ../timer_test.cpp)
+boost_test_compile(timer_test timer_test.cpp)