The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Fix FindONNXRuntime to work with prebuilt release binaries

authored by

Ryan Pavlik and committed by
Moses Turner
0b74b3ab 8fa568e4

+3 -2
+3 -2
cmake/FindONNXRuntime.cmake
··· 50 50 PATH_SUFFIXES lib 51 51 HINTS ${PC_ONNXRuntime_LIBRARY_DIRS}) 52 52 find_path( 53 - ONNXRuntime_INCLUDE_DIR core/session/onnxruntime_cxx_api.h 53 + ONNXRuntime_INCLUDE_DIR onnxruntime_cxx_api.h 54 54 PATHS ${ONNXRuntime_ROOT_DIR} 55 - PATH_SUFFIXES onnxruntime include/onnxruntime 55 + PATH_SUFFIXES onnxruntime include include/onnxruntime onnxruntime/core/session 56 + include/onnxruntime/core/session 56 57 HINTS ${PC_ONNXRuntime_INCLUDE_DIRS}) 57 58 58 59 include(FindPackageHandleStandardArgs)