We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20652ad commit 404880dCopy full SHA for 404880d
README.md
@@ -47,7 +47,7 @@ To just build the single header you can simply run the target:
47
```shell
48
cmake -Bbuild -H. -DDBC_GENERATE_SINGLE_HEADER=ON
49
50
-cmake --build build --parallel `nproc` --target single-header
+cmake --build build --parallel `nproc` --target single_header
51
```
52
53
0 commit comments