Yunus Emre Özköse

minor fix

@@ -3,7 +3,7 @@ function(download_kaldi_native_fbank) @@ -3,7 +3,7 @@ function(download_kaldi_native_fbank)
3 # FetchContent is available since 3.11, 3 # FetchContent is available since 3.11,
4 # we've copied it to ${CMAKE_SOURCE_DIR}/cmake/Modules 4 # we've copied it to ${CMAKE_SOURCE_DIR}/cmake/Modules
5 # so that it can be used in lower CMake versions. 5 # so that it can be used in lower CMake versions.
6 - message(STATUS "Use FetchContent provided by sherpa-ncnn") 6 + message(STATUS "Use FetchContent provided by sherpa-onnx")
7 list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) 7 list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
8 endif() 8 endif()
9 9