diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-22 19:26:21 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-22 19:26:21 +0200 |
commit | 8f47628ede9775510c00c20f8e4690dff2b3fe6e (patch) | |
tree | aacd3e49c4e2a0c0a5423a270d0360cdff6cf8a3 | |
parent | 65c9a400d56b7412dbac03d93412ba4de1734396 (diff) |
build: bump yacppdic version to 0.1.5
-rw-r--r-- | lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b42daad..6a5d90d 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -19,7 +19,7 @@ add_subdirectory(GSL) FetchContent_Declare( yacppdic GIT_REPOSITORY "https://git.hampusmat.com/yacppdic" - GIT_TAG v0.1.2 + GIT_TAG v0.1.5 ) add_subdirectory(yacppdic) |