Skip to content

Commit 03e4bfe

Browse files
committed
Update README with modern CMake build syntax (suggested by david-fong)
1 parent e341091 commit 03e4bfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ make test
6161
This is the recommended way to build and integrate the library:
6262

6363
```bash
64-
mkdir build
64+
```bash
65+
cmake -S . -B build
66+
cmake --build build
6567
cd build
66-
cmake ..
67-
cmake --build .
6868
ctest .
6969
```
7070

0 commit comments

Comments
 (0)