diff --git a/hash/examples/CMakeLists.txt b/hash/examples/CMakeLists.txt index 21ab206..9a5efc8 100644 --- a/hash/examples/CMakeLists.txt +++ b/hash/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/hash/test/CMakeLists.txt b/hash/test/CMakeLists.txt index 70faa4a..a4e132b 100644 --- a/hash/test/CMakeLists.txt +++ b/hash/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