Skip to content

Commit 39b6473

Browse files
metsmamrts
authored andcommitted
Remove OpenSSL 1.1.1 support
WE2-1050 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 7f10c91 commit 39b6473

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cmake-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on: [push, pull_request]
55
env:
66
BUILD_TYPE: RelWithDebInfo
77
CMAKE_BUILD_PARALLEL_LEVEL: 3
8-
OPENSSL_ROOT_DIR: /usr/local/opt/openssl
98

109
jobs:
1110
build:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ target_include_directories(${PROJECT_NAME}
4747
include
4848
)
4949

50-
find_package(OpenSSL 1.1.1 REQUIRED)
50+
find_package(OpenSSL 3.0.0 REQUIRED)
5151

5252
target_link_libraries(${PROJECT_NAME}
5353
pcsc-cpp

0 commit comments

Comments
 (0)