Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
6ad59687
Commit
6ad59687
authored
Apr 02, 2020
by
Peter Jankuliak
Browse files
Increment openssl version 1.1.1c -> 1.1.1f
parent
80a2ee84
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/dependencies/openssl.cmake
View file @
6ad59687
include
(
ExternalProject
)
if
(
${
CMAKE_SYSTEM_NAME
}
STREQUAL
"Android"
)
set
(
OPENSSL_VERSION
"1.1.1
c
"
)
set
(
OPENSSL_VERSION
"1.1.1
f
"
)
get_filename_component
(
COMPILER_DIR
${
CMAKE_CXX_COMPILER
}
DIRECTORY
)
...
...
@@ -37,7 +37,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Android")
externalproject_add
(
built_openssl
URL
"https://www.openssl.org/source/openssl-
${
OPENSSL_VERSION
}
.tar.gz"
URL_
MD5 15e21da6efe8aa0e0768ffd8cd37a5f6
URL_
HASH SHA256=186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
PREFIX
"
${
CMAKE_CURRENT_BINARY_DIR
}
/openssl"
CONFIGURE_COMMAND
cd
${
CMAKE_CURRENT_BINARY_DIR
}
/openssl/src/built_openssl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment