Skip to content

Commit

Permalink
fix cargs cmake typo (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaott <[email protected]>
  • Loading branch information
xIaott-s and xiaott authored Aug 9, 2023
1 parent d26bba1 commit a04221a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmake/cargs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ function(download_cargs)
# If you don't have access to the Internet,
# please pre-download asio
set(possible_file_locations
$ENV{HOME}/Downloads/cargs-v1-0-3.tar.gz
${PROJECT_SOURCE_DIR}/cargs-v1-0-3.tar.gz
${PROJECT_BINARY_DIR}/cargs-v1-0-3.tar.gz
/tmp/cargs-v1-0-3.tar.gz
/star-fj/fangjun/download/github/cargs-v1-0-3.tar.gz
$ENV{HOME}/Downloads/cargs-1.0.3.tar.gz
${PROJECT_SOURCE_DIR}/cargs-1.0.3.tar.gz
${PROJECT_BINARY_DIR}/cargs-1.0.3.tar.gz
/tmp/cargs-1.0.3.tar.gz
/star-fj/fangjun/download/github/cargs-1.0.3.tar.gz
)

foreach(f IN LISTS possible_file_locations)
Expand Down

0 comments on commit a04221a

Please sign in to comment.