From 189490c151bd902571d6fb6d7b9120d042a1bb13 Mon Sep 17 00:00:00 2001 From: Carsten Kemena <c.kemena@uni-muenster.de> Date: Mon, 25 Mar 2024 16:06:14 +0100 Subject: [PATCH] updated to use newer BSDL version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b45dc4..cc55b2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ FetchContent_Declare( BioSeqDataLib GIT_REPOSITORY https://zivgitlab.uni-muenster.de/domain-world/BioSeqDataLib.git - GIT_TAG fede524f82b2a4b4556c9ca758ac957b52a3195c + GIT_TAG e5529dc0e66f92890770dd7f1f5ef58c70b20a4a SOURCE_DIR ${PROJECT_SOURCE_DIR}/libs/BioSeqDataLib) message("Downloading BioSeqDataLib") -- GitLab