Skip to content

Use correct directories in pkgconfig

Tim Schoof requested to merge fix_pkgconfig_dirs into main

The library directory was often wrong because the default for CMAKE_INSTALL_LIBDIR is lib and not lib64.

Merge request reports