Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-25 Thread Brad King
On 10/25/2013 10:04 AM, Stephen Kelly wrote: > Brad King wrote: > >> Others have asked to drop CMAKE_INSTALL_PREFIX from the >> CMAKE_SYSTEM_PREFIX_PATH before. I think it is a good >> default for the common dependency-sequence-to-one-prefix >> use case, but we should have an option to block it.

Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-25 Thread Stephen Kelly
Brad King wrote: > Others have asked to drop CMAKE_INSTALL_PREFIX from the > CMAKE_SYSTEM_PREFIX_PATH before. I think it is a good > default for the common dependency-sequence-to-one-prefix > use case, but we should have an option to block it. Can you choose an interface for blocking it? Thanks

Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-23 Thread Brad King
On 10/22/2013 05:10 PM, Alexander Neundorf wrote: > It is only one line in UnixPaths.cmake, so a workaround for that special case > could be to simply use a patched version of 2.8.12, which is the version > required by kdelibs, and comment that one line out. Others have asked to drop CMAKE_INSTA

Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-22 Thread Alexander Neundorf
On Tuesday 22 October 2013, Alexander Neundorf wrote: > On Tuesday 22 October 2013, Stephen Kelly wrote: > > Forwarding this for Ben. > > > > Would it be reasonable to have a way to not add the CMAKE_INSTALL_PREFIX > > to the CMAKE_SYSTEM_PREFIX_PATH? > > > > The install prefix is not cleared bef

Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-22 Thread Stephen Kelly
Alexander Neundorf wrote: >> Is the only solution to this as Ben describes with >> passing NO_CMAKE_SYSTEM_PATH to CMake? > > Is everything installed into its own separate directory, or everything > into one common install directory ? Everything is installed to a separate directory, and each one

Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-22 Thread Alexander Neundorf
On Tuesday 22 October 2013, Stephen Kelly wrote: > Forwarding this for Ben. > > Would it be reasonable to have a way to not add the CMAKE_INSTALL_PREFIX > to the CMAKE_SYSTEM_PREFIX_PATH? > > The install prefix is not cleared before the CI build on build.kde.org > because the dependency graph is

[cmake-developers] Fwd: CMake System Prefix Path

2013-10-22 Thread Stephen Kelly
Forwarding this for Ben. Would it be reasonable to have a way to not add the CMAKE_INSTALL_PREFIX to the CMAKE_SYSTEM_PREFIX_PATH? The install prefix is not cleared before the CI build on build.kde.org because the dependency graph is quite large (everything depends on Qt, most things depend on k