Commit f2a0c9a
committed
Use cmake --build instead of make -C
On my system, Ubuntu 24.04 image with CMake 3.28.3, the cmake config
defaults to the ninja generator, leading to an error in
`pip install -e .` because no `Makefile` is generated. Instead, we can
use cmake to do the build as well using `cmake --build <build_dir>`
which will call whatever tool matches the default generator.1 parent 398bd57 commit f2a0c9a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments