mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-19 03:06:26 +00:00
cmake : fix compile in xcode (#2311)
This commit is contained in:
parent
6739eb83c3
commit
fe36c90971
@ -54,6 +54,7 @@ if (WHISPER_COREML)
|
|||||||
|
|
||||||
set_target_properties(${TARGET} PROPERTIES
|
set_target_properties(${TARGET} PROPERTIES
|
||||||
COMPILE_FLAGS "-fobjc-arc"
|
COMPILE_FLAGS "-fobjc-arc"
|
||||||
|
XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES
|
||||||
)
|
)
|
||||||
set_target_properties(${TARGET} PROPERTIES FOLDER "libs")
|
set_target_properties(${TARGET} PROPERTIES FOLDER "libs")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user