You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the mgbf::mgbf target is always required (see #765), but I cannot use find_package(gsi) in another package's CMakeLists.txt because the target cannot be found. It is not included in src/gsi/cmake/PackageConfig.cmake.in, therefore it does not end up in gsi-config.cmake.
The text was updated successfully, but these errors were encountered:
Currently, the mgbf::mgbf target is always required (see #765), but I cannot use
find_package(gsi)
in another package's CMakeLists.txt because the target cannot be found. It is not included in src/gsi/cmake/PackageConfig.cmake.in, therefore it does not end up in gsi-config.cmake.The text was updated successfully, but these errors were encountered: