From bf23bd7ed31db741ae00286362048136f279ed4f 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] --- examples/CMakeLists.txt | 2 +- test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 21ab206..9a5efc8 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,6 @@ #------------------------------------------------------------------------- #-- Needed include directories for the tests -boost_test_add_dependent_includes("utility;detail;config") +boost_additional_test_dependencies(config BOOST_DEPENDS test) #------------------------------------------------------------------------- boost_test_run(books) boost_test_run(point) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 70faa4a..a4e132b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -12,7 +12,7 @@ endif(GCC) #------------------------------------------------------------------------- #-- Needed include directories for the tests -boost_test_add_dependent_includes("utility;detail;config;preprocessor;type_traits;mpl;static_assert") + boost_additional_test_dependencies(functional BOOST_DEPENDS test) #------------------------------------------------------------------------- SET(tests