Skip to content

Fix install prefix.

Brian Paul Bockelman requested to merge bbockelm/fts3:fix_install_prefix into develop

With this commit, bdii_cache.xml is installed into a subdirectory of CMAKE_INSTALL_PREFIX instead of the root of the system.

For the ninja generator, this allows one to perform non-root-user installation.

Merge request reports