CMake Error at CMakeLists.txt:57 (find_package):
By not providing "FindOnnxRuntime.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"OnnxRuntime", but CMake did not find one.
Could not find a package configuration file provided by "OnnxRuntime" with
any of the following names:
OnnxRuntimeConfig.cmake
onnxruntime-config.cmake
Add the installation prefix of "OnnxRuntime" to CMAKE_PREFIX_PATH or set
"OnnxRuntime_DIR" to a directory containing one of the above files. If
"OnnxRuntime" provides a separate development package or SDK, be sure it
has been installed.
CMake Error at CMakeLists.txt:57 (find_package): By not providing "FindOnnxRuntime.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OnnxRuntime", but CMake did not find one.
Could not find a package configuration file provided by "OnnxRuntime" with any of the following names:
Add the installation prefix of "OnnxRuntime" to CMAKE_PREFIX_PATH or set "OnnxRuntime_DIR" to a directory containing one of the above files. If "OnnxRuntime" provides a separate development package or SDK, be sure it has been installed.
cmake的版本跟openMP的版本都正确。求教怎么处理