Skip to content

Commit db57bfd

Browse files
committed
Merge branch 'develop' of github.com:abacusmodeling/abacus-develop into v2.2.3
2 parents 41c573d + 6b041e9 commit db57bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If environment variable `MKLROOT` exists, `cmake` will take MKL as a preference,
100100
You can also choose to build with which components, e.g.:
101101

102102
```bash
103-
cmake -B build -DUSE_LIBXC=1 -DUSE_CUDA=1
103+
cmake -B build -DENABLE_LIBXC=1 -DUSE_CUDA=1
104104
```
105105

106106
If Libxc is not installed in standard path (i.e. installed with a custom prefix path), you can set `Libxc_DIR` to the corresponding directory.

0 commit comments

Comments
 (0)