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 280659a commit 72cdc63Copy full SHA for 72cdc63
README.md
@@ -229,7 +229,7 @@ Declare the source for the contents:
229
```cmake
230
FetchContent_Declare(matplotplusplus
231
GIT_REPOSITORY https://github.com/alandefreitas/matplotplusplus
232
- GIT_TAG origin/master # or whatever tag you want
+ GIT_TAG origin/master) # or whatever tag you want
233
```
234
235
Let CMake download the repository and include it as a subdirectory.
0 commit comments