mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 03:08:07 +00:00
Fix add_custom_command to accept the argument with paren (#88)
* Update FetchOnnxruntime.cmake * Update FetchOnnxruntime.cmake
This commit is contained in:
parent
f4307168de
commit
e5a10f48cc
@ -59,7 +59,7 @@ if(APPLE)
|
||||
# add a codesigning step
|
||||
add_custom_command(
|
||||
TARGET "${CMAKE_PROJECT_NAME}"
|
||||
PRE_BUILD
|
||||
PRE_BUILD VERBATIM
|
||||
COMMAND /usr/bin/codesign --force --verify --verbose --sign "${CODESIGN_IDENTITY}" "${Onnxruntime_LIB}")
|
||||
add_custom_command(
|
||||
TARGET "${CMAKE_PROJECT_NAME}"
|
||||
|
Loading…
Reference in New Issue
Block a user