Skip to content

Commit e5a10f4

Browse files
authored
Fix add_custom_command to accept the argument with paren (#88)
* Update FetchOnnxruntime.cmake * Update FetchOnnxruntime.cmake
1 parent f430716 commit e5a10f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FetchOnnxruntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(APPLE)
5959
# add a codesigning step
6060
add_custom_command(
6161
TARGET "${CMAKE_PROJECT_NAME}"
62-
PRE_BUILD
62+
PRE_BUILD VERBATIM
6363
COMMAND /usr/bin/codesign --force --verify --verbose --sign "${CODESIGN_IDENTITY}" "${Onnxruntime_LIB}")
6464
add_custom_command(
6565
TARGET "${CMAKE_PROJECT_NAME}"

0 commit comments

Comments
 (0)