mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
openssl: enable skipping deprecated api warnings for now
This commit is contained in:
parent
a8a443e645
commit
132833a25b
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ option(LWS_WITH_STATIC "Build the static version of the library" ON)
|
|||
option(LWS_WITH_SHARED "Build the shared version of the library" ON)
|
||||
option(LWS_LINK_TESTAPPS_DYNAMIC "Link the test apps to the shared version of the library. Default is to link statically" OFF)
|
||||
option(LWS_STATIC_PIC "Build the static version of the library with position-independent code" OFF)
|
||||
option(LWS_SUPPRESS_DEPRECATED_API_WARNINGS "Turn off complaints about, eg, openssl deprecated api usage" OFF)
|
||||
option(LWS_SUPPRESS_DEPRECATED_API_WARNINGS "Turn off complaints about, eg, openssl 3 deprecated api usage" ON)
|
||||
|
||||
#
|
||||
# Specific platforms
|
||||
|
|
Loading…
Add table
Reference in a new issue