[cmake-developers] Fwd: CMake System Prefix Path

Stephen Kelly steveire at gmail.com
Tue Oct 22 17:03:28 EDT 2013


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 is added to 
the relevant environment variables.

So, build.kde.org *could* clear the install directory, but that would mean 
that if the build of kdelibs (for example) failed, the build of amarok (for 
example) on the same build node would first have to transfer the cached 
install tree from the master node.

As that takes time, it is preferred to avoid that. Therefore the install 
tree is not cleared.

Thanks,

Steve.





More information about the cmake-developers mailing list