Skip to content

Commit

Permalink
[Source / Tests/unit/core] : option 'SECURE_SOCKET' default 'OFF'
Browse files Browse the repository at this point in the history
  • Loading branch information
msieben committed Jan 27, 2025
1 parent b26aa0a commit ee1f10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ option(DEADLOCK_DETECTION
option(DISABLE_USE_COMPLEMENTARY_CODE_SET
"Disable the complementary code set" OFF)
option(SECURE_SOCKET
"Enable SecureSocketPort" ON)
"Enable SecureSocketPort" OFF)

if(HIDE_NON_EXTERNAL_SYMBOLS)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
Expand Down

0 comments on commit ee1f10e

Please sign in to comment.