We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573bb26 commit 145a095Copy full SHA for 145a095
1 file changed
tools/ui/CMakeLists.txt
@@ -100,8 +100,8 @@ if(CMAKE_CROSSCOMPILING)
100
COMMENT "Building llama-ui-embed (host)"
101
VERBATIM
102
)
103
- add_custom_target(llama-ui-embed-host DEPENDS "${LLAMA_UI_EMBED_EXE}")
104
- set(LLAMA_UI_EMBED_TARGET llama-ui-embed-host)
+ add_custom_target(llama-ui-embed-host-target DEPENDS "${LLAMA_UI_EMBED_EXE}")
+ set(LLAMA_UI_EMBED_TARGET llama-ui-embed-host-target)
105
else()
106
message(STATUS "UI: no usable host C++ compiler, using CMake asset emitter")
107
set(LLAMA_UI_EMBED_EXE "")
0 commit comments