Skip to content

Commit

Permalink
Merge 71f9f05 into 40a2925
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 21, 2019
2 parents 40a2925 + 71f9f05 commit 5f5bd4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/downloads/index.js
Expand Up @@ -37,7 +37,8 @@ var jsonData = { "versions": [
}
],
"changes": [
{ "change": "<strong>Simulation support:</strong> allow a remote SED-ML file to be run headless (see issue <a href=\"https://github.com/opencor/opencor/issues/2085\">#2085</a>)." }
{ "change": "<strong>Simulation support:</strong> allow a remote SED-ML file to be run headless (see issue <a href=\"https://github.com/opencor/opencor/issues/2085\">#2085</a>)." },
{ "change": "<strong>Third-party libraries:</strong> fixed an issue with <a href=\"https://libgit2.github.com/\">libgit2</a> referencing two different copies of <a href=\"https://zlib.net/\">zlib</a> (see issue <a href=\"https://github.com/opencor/opencor/issues/2088\">#2088</a>)." }
]
},
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libgit2/CMakeLists.txt
Expand Up @@ -131,9 +131,9 @@ else()
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
${DEFINE_STATIC_CRT_ARG}
-DOPENSSL_CRYPTO_LIBRARY=${OPENSSL_CRYPTO_LIBRARY}
-DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR}
-DOPENSSL_SSL_LIBRARY=${OPENSSL_SSL_LIBRARY}
-DOPENSSL_CRYPTO_LIBRARY=${OPENSSL_CRYPTO_LIBRARY}
-DUSE_HTTPS=OpenSSL
-DUSE_SSH=OFF
-DWINHTTP=OFF
Expand Down

0 comments on commit 5f5bd4f

Please sign in to comment.