Hi, I've got a small problem here with using INCLUDE_INSTALL_DIR during cmake time. It seems as if that variable is set to "include" instead of an absolute path. This causes a problem with kdevplatform, because that variable is used to write a KDevPlatformConfig.cmake with the right include-dir.
This file now ends up with set(KDevPlatform_INCLUDE_DIR "include/kdevplatform") which of course doesn't work. Everything is fine on linux, it only breaks on windows. KDevPlatformConfig.cmake.in looks like this: set(KDevPlatform_INCLUDE_DIR "@INCLUDE_INSTALL_DIR@/kdevplatform") Andreas -- A vivid and creative mind characterizes you. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
