|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53645 - trunk/libs/python/test
From: dave_at_[hidden]
Date: 2009-06-04 19:27:41
Author: dave
Date: 2009-06-04 19:27:40 EDT (Thu, 04 Jun 2009)
New Revision: 53645
URL: http://svn.boost.org/trac/boost/changeset/53645
Log:
Add missing dependencies
Text files modified:
trunk/libs/python/test/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/python/test/CMakeLists.txt
==============================================================================
--- trunk/libs/python/test/CMakeLists.txt (original)
+++ trunk/libs/python/test/CMakeLists.txt 2009-06-04 19:27:40 EDT (Thu, 04 Jun 2009)
@@ -30,6 +30,7 @@
# 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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk