cmake: include path order
Peter Kümmel
syntheticpp at gmx.net
Sun Mar 5 12:29:45 CET 2006
I think I've found a cmake bug, at least a problem with the CMakeLists.txt files:
The order of the additional include paths in flags.cmake is not correct.
When building kjs or khtml, both using kjs/ustring.h which
includes global.h, then /kio/kio/global.h is included instead
of kjs/global.h (which resides in the build folder).
And in the khtml include path list there is no path to kjs/global.h
Maybe this is a CMakeLists.txt bug only.
Peter
More information about the Kde-buildsystem
mailing list