Skip to content

Commit

Permalink
code review: cmake does support autodetection of OPENSSL_ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed May 1, 2024
1 parent ad50a50 commit 86778fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,6 @@ jobs:
- name: Build
shell: bash
run: |
# NOTE: cmake does not support autodetection of OPENSSL_ROOT_DIR via brew
export OPENSSL_ROOT_DIR=`brew --prefix openssl`
if [ "${{ matrix.EVENT_MATRIX }}" == "DISABLE_OPENSSL" ]; then
EVENT_CMAKE_OPTIONS="-DEVENT__DISABLE_OPENSSL=ON"
Expand Down

0 comments on commit 86778fe

Please sign in to comment.