From 30dc63f52f14babbf67bc2900fa976e7fc2c1662 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 48c08d3..2a85231 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,5 @@ +boost_additional_test_dependencies(concept_check BOOST_DEPENDS utility) + # this fails but looks like it isn't the build # boost_test_run(../stl_concept_covering) boost_test_run(concept_check_test ../concept_check_test.cpp)