Skip to content

Commit f61aeec

Browse files
authored
Merge pull request #14 from SolariSystems/fix/bounty-b26164f0
Closes #4
2 parents cddcee3 + 83b57cf commit f61aeec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ dependencies, use the presets below.
7171
Fortran-only (no C/Python bindings):
7272

7373
cmake --preset core
74-
cmake --build --preset core
74+
cmake --build build-core
7575
cmake --install build-core
7676

7777
Fortran + C (no Python bindings):
7878

7979
cmake --preset core-c
80-
cmake --build --preset core-c
80+
cmake --build build-core-c
8181
cmake --install build-core-c
8282

8383
If you are not using presets, set `-DCEA_ENABLE_BIND_PYTHON=OFF` and also disable

0 commit comments

Comments
 (0)