[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: Review LibKdeAccessibilityClient
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2012-10-07 19:45:17
Message-ID: 201210072145.18191.neundorf () kde ! org
[Download RAW message or body]

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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic