Skip to content

Commit

Permalink
_file_list_list_path
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Jan 17, 2025
1 parent ba70514 commit 319a8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 319a8b5

Please sign in to comment.