diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt index 39a289c3..dc44172b 100644 --- a/util/CMakeLists.txt +++ b/util/CMakeLists.txt @@ -17,8 +17,7 @@ include (FetchContent) FetchContent_Declare ( sharg URL "https://github.com/seqan/sharg-parser/releases/download/1.1.1/sharg-1.1.1-Source.tar.xz" - URL_HASH SHA256=7330f06501718e7871e55e5fd70d0e41472cc8b34bd0e3519f8c5547510c671c -) + URL_HASH SHA256=7330f06501718e7871e55e5fd70d0e41472cc8b34bd0e3519f8c5547510c671c) FetchContent_Populate (sharg) list (APPEND CMAKE_PREFIX_PATH "${sharg_SOURCE_DIR}/build_system") find_package (sharg 1.0 REQUIRED)