Skip to content

Commit 36950cc

Browse files
authored
Update install.md
1 parent ff90672 commit 36950cc

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
@@ -98,7 +98,7 @@ If environment variable `MKLROOT` exists, `cmake` will take MKL as a preference,
9898
You can also choose to build with which components.
9999

100100
```bash
101-
cmake -B build -DUSE_LIBXC=1 -DUSE_CUDA=1
101+
cmake -B build -DENABLE_LIBXC=1 -DUSE_CUDA=1
102102
```
103103

104104
If Libxc is not installed in standard path (i.e. installed with a custom prefix path), you may add the installation prefix of `FindLibxc.cmake` to `CMAKE_MODULE_PATH` environment variable, or set `Libxc_DIR` to the directory containing the file.

0 commit comments

Comments
 (0)