From d45b9ea66b25ad4178b71bcbcecbaba6103fc8fd Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 4 Jun 2009 23:27:40 +0000 Subject: [PATCH] Add missing dependencies [SVN r53645] --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a047d190..16c2e357 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -30,6 +30,7 @@ macro(bpl_test TESTNAME) # Build a Python extension module from this source file boost_python_extension(${TESTNAME}_ext "${TESTNAME}.cpp") + add_dependencies(${PROJECT_NAME}-test ${TESTNAME}_ext ${BPL_TEST_PYSOURCE}) endif(BPL_TEST_DEFAULT_ARGS) # We'll need the full patch to run the Python test