Biddiscombe, John A. wrote:
The dashboard boost submission from agno has not been runnig tests for a couple of days. I had a quick look and see that although I have python turned off, something is trying to include python
I believe the culprit is libs/parameter/test/CMakeLists.txt

for my local copy I stuck a big
IF(WITH_PYTHON)
around the whole test setup, but I'm not sure this is the correct fix.


Good catch, thanks. There is one test in parameter that is dependent on boost.python. I added an if(PYTHON_FOUND) around that test. There are still ways to break this, though, e.g. if PYTHON_FOUND==TRUE but 'python' not in BUILD_PROJECTS... for now we're good, will have to revisit this at some point.

-t



_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to