kde's cmake files/macros

William A. Hoffman billlist at nycap.rr.com
Fri Feb 10 18:59:37 CET 2006


>
>Still the same with the new cmake version.
>When I disable the SET command in FindKDE4
>
>IF (MS_SDK_DIR)
>   SET(KDEWIN32_INCLUDES ${KDEWIN32_INCLUDES} ${MS_SDK_DIR}/include )
>ENDIF (MS_SDK_DIR)
>
>it scans for dependencies, when I enable it, it scans not.
>
>
>I think about removing the setting of MSSdk/include from the cmakefiles,
>because
>- I've only trouble and maybe I'm not the last one,
>- seems the cmake command are correct,
>- it depends on windows version, windows configuration, ...?
>- is maybe a bug of cmd.exe
>- mostly the include path is already set, if not we can force it by
>  checking FIND_PATH( WINDOWS_HEADERS_PATH windows.h)...
>- I've introduced this MSSdk variable maybe then I also could remove it
>- costs me to much time to make this unimportant feature run
>
>
>Peter
I would say, yea, we should remove it.   It should be done with a FIND_PATH
anyway.  We should not use the variable directly without verifing that it
points to the path we need anyway.

-Bill



More information about the Kde-buildsystem mailing list