Guilherme Amadio
Guilherme Amadio
Still not fixed in latest release, updated title accordingly.
ROOT's approach of turning `find_package` to a no-op was based on the [talk](https://youtu.be/bsXLMQ6WgIk) "Effective CMake". It only works with subprojects of ROOT (i.e. LLVM) if we override `find_package` without renaming...
Here is a relevant [issue](https://gitlab.kitware.com/cmake/cmake/-/issues/17735) where this is discussed more in depth. One of the [comments](https://gitlab.kitware.com/cmake/cmake/-/issues/17735#note_487572) in this issue explains the rationale behind overriding `find_package` quite well. If there is...
FYI https://its.cern.ch/jira/browse/EOS-6195