Skip to content

Commit

Permalink
Working link to system openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 14, 2023
1 parent d3394e3 commit 25927cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5073,13 +5073,8 @@ macro(build_azure_sdk)
"-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>"
"-DCMAKE_PREFIX_PATH=${AZURESDK_PREFIX}"
-DDISABLE_AZURE_CORE_OPENTELEMETRY=ON
-DWARNINGS_AS_ERRORS=OFF)

if(OPENSSL_VERSION VERSION_LESS 2)
list(APPEND
AZURESDK_COMMON_CMAKE_ARGS
-DVCPKG_OVERLAY_PORTS=${CMAKE_CURRENT_BINARY_DIR}/azuresdk_ep-prefix/src/azuresdk_ep/vcpkg-custom-ports)
endif()
-DWARNINGS_AS_ERRORS=OFF
-DVCPKG_OVERLAY_PORTS=${CMAKE_SOURCE_DIR}/overlays)

file(MAKE_DIRECTORY ${AZURESDK_INCLUDE_DIR})
set(AZURE_CORE_STATIC_LIBRARY
Expand Down
1 change: 1 addition & 0 deletions cpp/overlays/openssl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
4 changes: 4 additions & 0 deletions cpp/overlays/openssl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "openssl",
"version": "1.0.2"
}

0 comments on commit 25927cf

Please sign in to comment.