File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ if(APPLE)
42
42
if (CMAKE_SYSTEM_NAME STREQUAL "iOS" )
43
43
set (NOT_IOS OFF )
44
44
set (IOS ON )
45
+ else ()
46
+ set (NOT_IOS ${DEFAULT_ENABLE} )
45
47
endif ()
46
48
else ()
47
49
set (NOT_APPLE ${DEFAULT_ENABLE} )
@@ -699,8 +701,8 @@ elseif(BUILD_OPENSSL AND APPLE)
699
701
else ()
700
702
ExternalProject_Add(
701
703
openssl
702
- URL https://www.openssl.org/source /openssl-1.0.2r .tar.gz
703
- URL_HASH SHA256=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6
704
+ URL https://www.openssl.org/source /openssl-1.1.1c .tar.gz
705
+ URL_HASH SHA256=f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90
704
706
705
707
CONFIGURE_COMMAND /usr/bin/perl ./Configure darwin64-x86_64-cc ${ssl_flags}
706
708
--prefix =<INSTALL_DIR> --openssldir=<INSTALL_DIR>
You can’t perform that action at this time.
0 commit comments