We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c0461 commit 22d7536Copy full SHA for 22d7536
src/modules/websocket/CMakeLists.txt
@@ -2,8 +2,6 @@ file(GLOB MODULE_SOURCES "*.c")
2
3
add_library(${module_name} SHARED ${MODULE_SOURCES})
4
5
-find_package(OpenSSL REQUIRED)
6
-
7
# TODO: Verify if correct
8
if(EMBEDDED_UTF8_DECODE EQUAL 0)
9
target_link_libraries(${module_name} PRIVATE unistring)
0 commit comments