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
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Increase cmake minimum version to cmake >= 3.18
Rationale
Since 3.18 Cmake supports
REQUIREDparameter infind_program(), which would simplify cmake files in many places all over codebase.instead of:
may be just: