From 17ea3ce13406b918bc2f7e6529c8b7e7b9d6c6f3 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 28 Jun 2022 18:31:33 +0200 Subject: build: bump yacppdic version to 0.2.1 --- lib/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-18-g5258