Broken continuous build for KDE matt.rogers.name/Linux-Archlinux-gcc4.0.3

Brad King brad.king at kitware.com
Tue Apr 18 20:44:40 CEST 2006


David Faure wrote:
>>//The GSSAPI include directory
>>GSSAPI_INCS:STRING=-I/usr/include/heimdal -I/usr/include
> 
> Question to cmake developers: how do I turn this into something that can
> be used in include_directories? a simple replace to get rid of -I leads
> to one string with a space inside, which isn't the same as two items in
> the include directories list. (I had the same problem in kdepim previously,
> where the second one wasn't /usr/include).

string(REGEX REPLACE " *-I" ";" GSSAPI_INCLUDE_DIRS "${GSSAPI_INCS}")

-Brad


More information about the Kde-buildsystem mailing list