From b958084beecc3823f7cf27b96163faf5dcf6ff56 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Mon, 28 Oct 2024 16:31:06 +0100 Subject: [PATCH] [FIX] FetchContent_Populate is deprecated --- test/tutorial/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tutorial/CMakeLists.txt b/test/tutorial/CMakeLists.txt index b5df3063..46aab3d2 100644 --- a/test/tutorial/CMakeLists.txt +++ b/test/tutorial/CMakeLists.txt @@ -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"