From 319a8b5c8c71705500ce5f8024dc1435c06453c6 Mon Sep 17 00:00:00 2001 From: redcode Date: Fri, 17 Jan 2025 16:20:02 +0100 Subject: [PATCH] =?UTF-8?q?`=5Ffile=5Flist`=20=E2=86=92=20`=5Flist=5Fpath`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98fbaed..21f4985 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -351,8 +351,8 @@ if(${PROJECT_NAME}_WITH_TESTS) EXCLUDE_FROM_ALL) if(${PROJECT_NAME}_FETCH_TEST_FILES) - function(_fetch_files _file_list _location _destination_dir) - file(STRINGS "${_file_list}" _lines) + function(_fetch_files _list_path _location _destination_dir) + file(STRINGS "${_list_path}" _lines) if(_location MATCHES ".*://.*") set(_message_action "Downloading")