fix cmake parse path string error (#88)
Co-authored-by: Jian You (jianyou) <jianyou@cisco.com>
This commit is contained in:
@@ -22,6 +22,7 @@ function(download_kaldi_native_fbank)
|
||||
foreach(f IN LISTS possible_file_locations)
|
||||
if(EXISTS ${f})
|
||||
set(kaldi_native_fbank_URL "${f}")
|
||||
file(TO_CMAKE_PATH "${kaldi_native_fbank_URL}" kaldi_native_fbank_URL)
|
||||
set(kaldi_native_fbank_URL2 )
|
||||
break()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user