problems on dashboard with spaces in path
Brad King
brad.king at kitware.com
Wed Oct 11 15:20:27 CEST 2006
Matt Rogers wrote:
> I'm attempting to resurrect the linux kde dashboard I ran. I have a space in
> the path to the dashboard and it appears to be causing some problems. The
> setup file I'm using is on the dashboard, if somebody could look at it and
> make sure it looks good, I'd appreciate it.
On this line:
SET (CTEST_DASHBOARD_ROOT "$ENV{HOME}/KDE\ Dashboard")
You don't need to escape the space. I doubt it is the problem though.
Take a look at the generated makefiles themselves to see where the
non-escaped spaces are appearing.
-Brad
More information about the Kde-buildsystem
mailing list