Skip to content

Commit 859d62b

Browse files
committed
doc
1 parent db12e02 commit 859d62b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ The library `libnc4fortran.a` is built, link it into your program as usual.
5757
### CMake
5858

5959
```sh
60-
ctest -S setup.cmake -VV
60+
cmake -B build
61+
cmake --build build
62+
63+
# optional
64+
cd build
65+
ctest -V
6166
```
6267

6368
To specify a particular NetCDF library, use

0 commit comments

Comments
 (0)