Skip to content

Commit

Permalink
Update matplotplusplus to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane committed Mar 6, 2024
1 parent 6fd00dc commit d36cbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/matplotplusplus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set(matplotplusplus_patch git apply ${BASEPATH}/resources/patches/matplotplusplu
message(STATUS "")
message(STATUS "Fetching alandefreitas/matplotplusplus")
FetchContent_Declare(matplotplusplus
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
GIT_REPOSITORY "https://github.com/alandefreitas/matplotplusplus.git"
GIT_TAG "v1.2.1"
PATCH_COMMAND ${matplotplusplus_patch}
URL "https://github.com/alandefreitas/matplotplusplus/archive/refs/tags/v1.2.0.tar.gz"
)
FetchContent_MakeAvailable(matplotplusplus)

0 comments on commit d36cbd5

Please sign in to comment.