At 03:01 PM 5/8/2006, Paulo Moura Guedes wrote:

>Thanks.
>What about the space dir problem (FINDKDE4 win32/Thursday 18:10:03 and 
>18:37:31), what do you think?

What is the question again?  

To put a value with spaces in the path in a variable in cmake, you
must double quote it.  

set(SOMEPATH "c:/program files/foobar")
set(PATHVAR "${SOMEPATH}")

So, if there are problems with spaces, the stuff should be changed
to double quote variables.

-Bill


_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to