aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-28 18:31:33 +0200
committerHampusM <hampus@hampusmat.com>2022-06-28 18:31:33 +0200
commit17ea3ce13406b918bc2f7e6529c8b7e7b9d6c6f3 (patch)
treeade0cfdcc633b22f4443db056057d86945e5a241
parentf5398aa86460daf06020bbc27ab40d432f30abf0 (diff)
build: bump yacppdic version to 0.2.1
-rw-r--r--lib/CMakeLists.txt3
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