Skip to content

Commit de24489

Browse files
authored
Fix llava test target cmake (#12096)
Fix llava test target cmake #12089 had a typo
1 parent db8ef6b commit de24489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/models/llava/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ list(APPEND _common_include_directories ${stb_SOURCE_DIR}
198198

199199
add_executable(llava_main ${_srcs})
200200
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
201-
target_link_options_gc_sections(llama_main)
201+
target_link_options_gc_sections(llava_main)
202202
if(NOT APPLE)
203-
target_link_options(llama_main PRIVATE "LINKER:-s")
203+
target_link_options(llava_main PRIVATE "LINKER:-s")
204204
endif()
205205
endif()
206206

0 commit comments

Comments
 (0)