|
@@ -19,6 +19,7 @@ function(download_kaldi_native_fbank)
|
|
foreach(f IN LISTS possible_file_locations)
|
|
foreach(f IN LISTS possible_file_locations)
|
|
if(EXISTS ${f})
|
|
if(EXISTS ${f})
|
|
set(kaldi_native_fbank_URL "file://${f}")
|
|
set(kaldi_native_fbank_URL "file://${f}")
|
|
|
|
+ set(kaldi_native_fbank_URL2)
|
|
break()
|
|
break()
|
|
endif()
|
|
endif()
|
|
endforeach()
|
|
endforeach()
|