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
When adding a package using CPM is not possible to use that package to override the results of find_package, which generates issues with third-party packages using it to find dependencies.
CMake added the option OVERRIDE_FIND_PACKAGE to FetchContent_Declare to help in this case by automatically updating some read-only properties. Would it be possible to support this option?
The text was updated successfully, but these errors were encountered:
When adding a package using CPM is not possible to use that package to override the results of
find_package
, which generates issues with third-party packages using it to find dependencies.CMake added the option
OVERRIDE_FIND_PACKAGE
toFetchContent_Declare
to help in this case by automatically updating some read-only properties. Would it be possible to support this option?The text was updated successfully, but these errors were encountered: