mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	mtmd : fix mtmd ios build (#15579)
This commit is contained in:
		| @@ -55,6 +55,8 @@ add_executable(llama-qwen2vl-cli  deprecation-warning.cpp) | |||||||
| set(TARGET llama-mtmd-cli) | set(TARGET llama-mtmd-cli) | ||||||
| add_executable         (${TARGET} mtmd-cli.cpp) | add_executable         (${TARGET} mtmd-cli.cpp) | ||||||
| set_target_properties  (${TARGET} PROPERTIES OUTPUT_NAME llama-mtmd-cli) | set_target_properties  (${TARGET} PROPERTIES OUTPUT_NAME llama-mtmd-cli) | ||||||
|  | if(NOT CMAKE_SYSTEM_NAME STREQUAL "iOS") | ||||||
|     install(TARGETS ${TARGET} RUNTIME) |     install(TARGETS ${TARGET} RUNTIME) | ||||||
|  | endif() | ||||||
| target_link_libraries  (${TARGET} PRIVATE common mtmd Threads::Threads) | target_link_libraries  (${TARGET} PRIVATE common mtmd Threads::Threads) | ||||||
| target_compile_features(${TARGET} PRIVATE cxx_std_17) | target_compile_features(${TARGET} PRIVATE cxx_std_17) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 fidoriel
					fidoriel