We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3687257 commit 9880f65Copy full SHA for 9880f65
benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
@@ -321,7 +321,6 @@ function (swift_benchmark_compile_archopts)
321
"-c"
322
"-o" "${objcfile}")
323
324
- precondition(CMAKE_CODESIGN MESSAGE "CMAKE_CODESIGN is required, please set it")
325
add_custom_command(
326
OUTPUT "${OUTPUT_EXEC}"
327
DEPENDS
cmake/modules/AddSwift.cmake
@@ -465,7 +465,6 @@ function(_add_swift_lipo_target)
465
is_darwin_based_sdk("${LIPO_SDK}" IS_DARWIN)
466
if(IS_DARWIN)
467
if(LIPO_CODESIGN)
468
469
set(codesign_command COMMAND "${CMAKE_CODESIGN}" "-f" "-s" "-" "${LIPO_OUTPUT}")
470
endif()
471
# Use lipo to create the final binary.
0 commit comments