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
ASM not being enabled when `external_library()` is called
triggered an error where CMAKE_ASM_COMPILE_OBJECT was undefined.
This commit fixes that by adding the calls to enable_language()
earlier in the config process.
0 commit comments