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
We now have a few instances where a package is only "mostly" required. E.g., pflogger now has a stub option.
A cmake macro tha wraps find_package() could perhaps make the logic more clear. It would take the same options as find_package() but with an additional argument that controls whether to invoke find_package()
esma_find_package(PFLOGGER REQUIRED IF ${BUILD_WITH_PFLOGGER})
We now have a few instances where a package is only "mostly" required. E.g., pflogger now has a stub option.
A cmake macro tha wraps
find_package()
could perhaps make the logic more clear. It would take the same options asfind_package()
but with an additional argument that controls whether to invokefind_package()
Not 100% certain that this is worthwhile though. Comments appreciated.
@weiyuan-jiang @rmontuoro @mathomp4
The text was updated successfully, but these errors were encountered: