Re: [cmake-developers] RFC: standard (and not so standard) install dirs

2012-01-11 Thread Brad King
On 1/10/2012 4:16 PM, Alexander Neundorf wrote: These variables are defined in FindKDE4Internal.cmake, so any package doing find_package(KDE4) can make use of these variables for installing its stuff. If I understand correctly there will no longer be a single base package that every KDE

Re: [cmake-developers] RFC: standard (and not so standard) install dirs

2012-01-11 Thread Alexander Neundorf
On Wednesday 11 January 2012, Brad King wrote: ... To support the fully flexible version, the developer must calculate the relative path from the configured CONFIG_INSTALL_DIR (where the Config.cmake file goes) to the configured INCLUDE_INSTALL_DIR. It's not too hard. See ITK for

[cmake-developers] RFC: standard (and not so standard) install dirs

2012-01-10 Thread Alexander Neundorf
Hi, here comes a quite lengthy mail on issues I see in KDE but also in general with install dirs and CMake. in KDE we define a set of variables which hold the install destinations for several different file types: EXEC_INSTALL_PREFIX(${CMAKE_INSTALL_PREFIX})