diff options
Diffstat (limited to 'lib')
-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 |