minor fix

This commit is contained in:
Yunus Emre Özköse
2022-09-23 11:54:21 +03:00
parent 846c7a6165
commit e62ef7ae13

View File

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