|
Boost Interest : |
Subject: [Boost-cmake] Dashboar python issue
From: Biddiscombe, John A. (biddisco_at_[hidden])
Date: 2009-11-21 02:44:45
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.
JB