Commit b99a14a
authored
Change --prefix to --preset
Cmake preset and prefix are not the same. To load a preset, one has to use e.g. `--preset=default`, not `--prefix=detault`. Prefix is used in the `cmake --install` process to change where the files are copied during installation (not needed here).1 parent 33d4547 commit b99a14a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments