Skip to content

Commit

Permalink
add OpenSSL as static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Nov 20, 2020
1 parent 882fa26 commit 6c26492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ include_directories(${CMAKE_JS_INC})

set(CMAKE_BUILD_TYPE Release)

# Required for libdatachannel
set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL REQUIRED)

include(FetchContent)

# Fetch libdatachannel
Expand Down

0 comments on commit 6c26492

Please sign in to comment.