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

@@ -10,8 +10,8 @@ function(download_portaudio)
set(possible_file_locations
$ENV{HOME}/Downloads/pa_stable_v190700_20210406.tgz
$ENV{HOME}/asr/pa_stable_v190700_20210406.tgz
${PROJECT_SOURCE_DIR}/pa_stable_v190700_20210406.tgz
${PROJECT_BINARY_DIR}/pa_stable_v190700_20210406.tgz
${CMAKE_SOURCE_DIR}/pa_stable_v190700_20210406.tgz
${CMAKE_BINARY_DIR}/pa_stable_v190700_20210406.tgz
/tmp/pa_stable_v190700_20210406.tgz
/star-fj/fangjun/download/github/pa_stable_v190700_20210406.tgz
)