We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cf2c2 commit 661e4c8Copy full SHA for 661e4c8
mqtt/CMakeLists.txt
@@ -7,6 +7,7 @@ option(WITH_STATIC_LIBRARIES "Build static versions of the libmosquitto/pp libra
7
8
if( STATIC_BUILD )
9
set(WITH_STATIC_LIBRARIES ON)
10
+ set(WITH_PIC ON)
11
set(OPENSSL_USE_STATIC_LIBS ON)
12
endif()
13
0 commit comments