Commit 845cb41
ext: explicitly select the makefile generator
Explicitly select the Unix Makefile generator for CMake when compiling
the libgit dependency. This avoids the CMAKE_GENERATOR environment
variable to select a different generator (e.g. Ninja) and failing the
build due to a missing Makefile.1 parent 0772a8e commit 845cb41
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments