From dcb8d10bbfe1ca117c5fac544a23151747b5e5d9 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 8 Mar 2024 11:45:22 -0800 Subject: [PATCH] update --- cmake/onnxruntime_unittests.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/onnxruntime_unittests.cmake b/cmake/onnxruntime_unittests.cmake index 7763b1fe91a28..cce39ae0f5d47 100644 --- a/cmake/onnxruntime_unittests.cmake +++ b/cmake/onnxruntime_unittests.cmake @@ -1064,11 +1064,6 @@ if (NOT IOS) target_compile_options(onnx_test_runner PRIVATE "$<$:SHELL:--compiler-options /utf-8>" "$<$>:/utf-8>") endif() - if(IOS) - set_target_properties(onnx_test_runner PROPERTIES - XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED "NO" - ) - endif() if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten") if (onnxruntime_ENABLE_WEBASSEMBLY_THREADS) set_target_properties(onnx_test_runner PROPERTIES LINK_FLAGS "-s NODERAWFS=1 -s ALLOW_MEMORY_GROWTH=1 -s PROXY_TO_PTHREAD=1 -s EXIT_RUNTIME=1")