Skip to content

Commit

Permalink
[FIX] FetchContent_Populate is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 28, 2024
1 parent 9599cd9 commit b958084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FetchContent_Declare (
download_data
URL https://ftp.seqan.de/tutorial/hibf/tutorial_files.tar.gz
URL_HASH SHA256=e07dd741196cffdc66ae4b0430ca64bdefd50c2af2aff652466585cbb56dceec)
FetchContent_Populate (download_data)
FetchContent_MakeAvailable (download_data)

file (REMOVE "${download_data_SOURCE_DIR}/filenames.txt")
execute_process (COMMAND "${download_data_SOURCE_DIR}/get_filenames.sh"
Expand Down

0 comments on commit b958084

Please sign in to comment.