Skip to content

Commit

Permalink
Fix binary name when calling modelcompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 23, 2024
1 parent 5b4fafe commit 4024105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ if(MSVC)
endif(MSVC)

if (CMAKE_CROSSCOMPILING)
find_program(MODELCOMPILER modelcompiler DOC "modelcompiler executable for the host")
find_program(MODELCOMPILER pioneer-modelcompiler DOC "modelcompiler executable for the host")
else (CMAKE_CROSSCOMPILING)
set(MODELCOMPILER $<TARGET_FILE:modelcompiler>)
endif (CMAKE_CROSSCOMPILING)
Expand Down

0 comments on commit 4024105

Please sign in to comment.