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"