Skip to content
Snippets Groups Projects
Commit 76849be4 authored by Maxence Naud's avatar Maxence Naud
Browse files

[Upd] setup.sh 'cpu' becomes 'backend_cpu'

parent 362d8046
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,12 @@ else
DOTEST=OFF
elif [ "$i" == "core" ]; then
add_to_unique_list "core"
elif [ "$i" == "cpu" ]; then
elif [ "$i" == "backend_cpu" ]; then
add_to_unique_list "core"
add_to_unique_list "cpu"
add_to_unique_list "backend_cpu"
elif [ "$i" == "onnx" ]; then
add_to_unique_list "core"
add_to_unique_list "cpu"
add_to_unique_list "backend_cpu"
add_to_unique_list "onnx"
else
echo "unknown option '$i'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment