cmake problem on win32
Andreas Pakulat
apaku at gmx.de
Tue Oct 21 22:48:39 CEST 2008
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.
More information about the Kde-windows
mailing list