Fix cmake variables to point to the project root directory. (#545)

This commit is contained in:
Fangjun Kuang
2024-01-24 19:21:23 +08:00
committed by GitHub
parent 2ff1049079
commit a9e7747736
30 changed files with 60 additions and 60 deletions

View File

@@ -9,8 +9,8 @@ function(download_cargs)
# please pre-download cargs
set(possible_file_locations
$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
${CMAKE_SOURCE_DIR}/cargs-1.0.3.tar.gz
${CMAKE_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
)