Skip to content

Commit 4c4c920

Browse files
authored
Update url_sha1_openssl.cmake.in
1 parent 4c6606d commit 4c4c920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hunter_test_string_not_empty("@HUNTER_GLOBAL_SCRIPT_DIR@")
3030

3131
if(APPLE)
3232
set(configure_command "./Configure")
33-
set(configure_opts "darwin64-x86_64-cc")
33+
set(configure_opts "darwin64-x86_64-cc no-asm")
3434
else()
3535
set(configure_command "./config")
3636
endif()

0 commit comments

Comments
 (0)