We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c33c1 commit a3f53a8Copy full SHA for a3f53a8
README.md
@@ -201,7 +201,7 @@ Via FetchContent:
201
include(FetchContent)
202
FetchContent_Declare(vnm_plot
203
GIT_REPOSITORY https://github.com/imakris/vnm_plot.git
204
- GIT_TAG 1.0.2
+ GIT_TAG 1.0.4
205
)
206
FetchContent_MakeAvailable(vnm_plot)
207
target_link_libraries(your_app PRIVATE vnm_plot::core) # standalone core library
0 commit comments