This repository was archived by the owner on Jul 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,25 +47,25 @@ elseif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
47
47
if (EXISTS ${_sdk_dir} )
48
48
set (_k4abt_lib_path "${_sdk_dir} /${RELATIVE_WIN_K4ABT_LIB_PATH} " )
49
49
if (NOT EXISTS "${_k4abt_lib_path} " )
50
- quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find k4a .lib at ${_k4abt_lib_path} " )
50
+ quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find k4abt .lib at ${_k4abt_lib_path} " )
51
51
return ()
52
52
endif ()
53
53
54
54
set (_k4abt_bin_path "${_sdk_dir} /${RELATIVE_WIN_K4ABT_DLL_PATH} " )
55
55
if (NOT EXISTS "${_k4abt_bin_path} " )
56
- quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find k4arecord.lib at ${_k4abt_bin_path} " )
56
+ quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find k4abt.dll at ${_k4abt_bin_path} " )
57
57
return ()
58
58
endif ()
59
59
60
60
set (_dnn_model_path "${_sdk_dir} /${RELATIVE_WIN_DNN_MODEL_PATH} " )
61
61
if (NOT EXISTS "${_dnn_model_path} " )
62
- quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find k4arecord.lib at ${_dnn_model_path} " )
62
+ quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find dnn_model.onnx at ${_dnn_model_path} " )
63
63
return ()
64
64
endif ()
65
65
66
66
set (_onnx_runtime_bin_path "${_sdk_dir} /${RELATIVE_WIN_ONNX_RUNTIME_DLL_PATH} " )
67
67
if (NOT EXISTS "${_onnx_runtime_bin_path} " )
68
- quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find k4a .dll at ${_onnx_runtime_bin_path} " )
68
+ quiet_message(WARNING "Rejecting SDK located at ${_sdk_dir} : Could not find onnxruntime .dll at ${_onnx_runtime_bin_path} " )
69
69
return ()
70
70
endif ()
71
71
You can’t perform that action at this time.
0 commit comments