We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_file_list
_list_path
1 parent ba70514 commit 319a8b5Copy full SHA for 319a8b5
CMakeLists.txt
@@ -351,8 +351,8 @@ if(${PROJECT_NAME}_WITH_TESTS)
351
EXCLUDE_FROM_ALL)
352
353
if(${PROJECT_NAME}_FETCH_TEST_FILES)
354
- function(_fetch_files _file_list _location _destination_dir)
355
- file(STRINGS "${_file_list}" _lines)
+ function(_fetch_files _list_path _location _destination_dir)
+ file(STRINGS "${_list_path}" _lines)
356
357
if(_location MATCHES ".*://.*")
358
set(_message_action "Downloading")
0 commit comments