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

@@ -13,8 +13,8 @@ function(download_kaldi_decoder)
# please pre-download kaldi-decoder
set(possible_file_locations
$ENV{HOME}/Downloads/kaldi-decoder-0.2.3.tar.gz
${PROJECT_SOURCE_DIR}/kaldi-decoder-0.2.3.tar.gz
${PROJECT_BINARY_DIR}/kaldi-decoder-0.2.3.tar.gz
${CMAKE_SOURCE_DIR}/kaldi-decoder-0.2.3.tar.gz
${CMAKE_BINARY_DIR}/kaldi-decoder-0.2.3.tar.gz
/tmp/kaldi-decoder-0.2.3.tar.gz
/star-fj/fangjun/download/github/kaldi-decoder-0.2.3.tar.gz
)