Skip to content

Commit 319a8b5

Browse files
committed
_file_list_list_path
1 parent ba70514 commit 319a8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ if(${PROJECT_NAME}_WITH_TESTS)
351351
EXCLUDE_FROM_ALL)
352352

353353
if(${PROJECT_NAME}_FETCH_TEST_FILES)
354-
function(_fetch_files _file_list _location _destination_dir)
355-
file(STRINGS "${_file_list}" _lines)
354+
function(_fetch_files _list_path _location _destination_dir)
355+
file(STRINGS "${_list_path}" _lines)
356356

357357
if(_location MATCHES ".*://.*")
358358
set(_message_action "Downloading")

0 commit comments

Comments
 (0)