honor QUIET in find_package(ACTS) (was ACTS-125)
Original author Christian Gumpert @cgumpert
At the moment, the ACTSConfig.cmake file produces quite some output bout supported/loaded components regardless of the presence of the QUIET flag in the find_package call. The verbosity should be reduced if find_package(ACTS QUIET) is called.
Edited by Moritz Kiehn