Commit a06ddd7
fix: add
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.enable_language() calls at library level1 parent 2d5d817 commit a06ddd7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
0 commit comments