Skip to content

Use modern CMake FindPackage config

Florian Uhlig requested to merge f.uhlig/cbmroot:2_step_to_modern_cmake into master

Use cmake FindPackage config files instead of the self written FindPackage module files. The FindPackage config files are created by the developers themself and installed with external dependencies.

Add missing CMake variables which are not defined any longer by the self written FindPackage module files.

Remove the now unneeded FindPackage module files.

Merge request reports