Skip to content

Commit

Permalink
[INFRA] Handle CMP0135
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 18, 2023
1 parent e77a508 commit dbb5f5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ 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
DOWNLOAD_EXTRACT_TIMESTAMP TRUE) # CMP0135
FetchContent_Populate (sharg)
list (APPEND CMAKE_PREFIX_PATH "${sharg_SOURCE_DIR}/build_system")
find_package (sharg 1.0 REQUIRED)

add_executable (fpr_quality fpr_quality.cpp)
target_link_libraries (fpr_quality seqan::hibf sharg::sharg)
add_executable (fpr_correction_check fpr_correction_check.cpp)
target_link_libraries (fpr_correction_check seqan::hibf sharg::sharg)

0 comments on commit dbb5f5e

Please sign in to comment.