diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-28 18:31:33 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-28 18:31:33 +0200 |
commit | 17ea3ce13406b918bc2f7e6529c8b7e7b9d6c6f3 (patch) | |
tree | ade0cfdcc633b22f4443db056057d86945e5a241 /lib/CMakeLists.txt | |
parent | f5398aa86460daf06020bbc27ab40d432f30abf0 (diff) |
build: bump yacppdic version to 0.2.1
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 4e2b318..eca9503 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.5 + GIT_TAG v0.2.1 ) add_subdirectory(yacppdic) @@ -40,7 +40,6 @@ FetchContent_Declare( add_subdirectory(backward) - if(test) FetchContent_Declare( catch2 |