Skip to content

Commit

Permalink
Check git actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 8, 2024
1 parent 7c8542f commit cf11c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include(SystemInformation)

# External packages
if(APPLE)
set(OPENSSL_ROOT_DIR "/usr/local/opt/openssl@1.1")
set(OPENSSL_ROOT_DIR "/usr/local/opt/openssl@3")
elseif(CYGWIN)
set(OPENSSL_ROOT_DIR "/usr/lib")
set(OPENSSL_INCLUDE_DIR "/usr/include")
Expand Down

0 comments on commit cf11c11

Please sign in to comment.