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
Previously we defined options after including `helpers.cmake`. However,
on the first cmake invocation, this means that it doesn't have
visibility of the default values.
This defines the options before the import, so they are visible to
`helpers.cmake`.
0 commit comments