WIP: Gaudi installation issues
- Gaudi installs GaudiConfig.cmake in . This is problem because this location is not searched by CMake when calling find_project(Gaudi) and forces client projects (e.g. FCCSW) to define Gaudi_DIR variable. Moving the file to /cmake is just sufficient to fix the problem.
- The Gaudi.xenv is also installed in . This is a problem when creating LCG views. The top-level should be as clean as possible. Moving the file in /cmake or /config would be a workable option, but client projects need to know it :-)
Edited by Marco Clemencic