-
## What is the bug The `config.cmake.in` was missing `find_dependency(fortran-support)` ## How do you fix it Added the missing call of `find_dependency`. Also, made the call more general and only for packages which are previously found using `find_package` during the compilation of `libiconmath` Merged-by:
Yen-Chen Chen <yen-chen.chen@tum.de> Changelog: bugfix
## What is the bug The `config.cmake.in` was missing `find_dependency(fortran-support)` ## How do you fix it Added the missing call of `find_dependency`. Also, made the call more general and only for packages which are previously found using `find_package` during the compilation of `libiconmath` Merged-by:
Yen-Chen Chen <yen-chen.chen@tum.de> Changelog: bugfix