From 330f23e84c2663f0b663e2383c1369d1874f5fcb Mon Sep 17 00:00:00 2001 From: "Michael A. Jackson" Date: Fri, 7 Nov 2008 17:02:56 +0000 Subject: [PATCH] Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. [SVN r49627] --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b4931b95..3de3d9e3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,5 @@ +boost_additional_test_dependencies(regex BOOST_DEPENDS test) + # TODO: Default to multi-threaded? macro(regex_test TESTNAME) parse_arguments(REGEX_TEST "" "" ${ARGN})