From kde-core-devel Sun Oct 07 19:45:17 2012 From: Alexander Neundorf Date: Sun, 07 Oct 2012 19:45:17 +0000 To: kde-core-devel Subject: Re: Review LibKdeAccessibilityClient Message-Id: <201210072145.18191.neundorf () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=134963916808373 On Thursday 04 October 2012, Frederik Gladhorn wrote: > Hi, > > so after we took the time to hack a bit more on the library in Randa, > I would be happy about more comments. Why does it use KDEPIMLIBS_INSTALL_DIR ? macro(MAKE_INSTALL_PATH_ABSOLUTE out in) if (IS_ABSOLUTE "${in}") # IS_ABSOLUTE is new since cmake 2.4.8 set(${out} "${in}") else() set(${out} "\${KDEPIMLIBS_INSTALL_DIR}/${in}") endif() endmacro(MAKE_INSTALL_PATH_ABSOLUTE out in) I would have expected ${CMAKE_INSTALL_PREFIX}. Alex