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 53b5d60 commit 0c96dceCopy full SHA for 0c96dce
CMake/external_fastdds.cmake
@@ -33,6 +33,8 @@ function(get_fastdds)
33
set(SQLITE3_SUPPORT OFF CACHE INTERNAL "" FORCE)
34
#set(ENABLE_OLD_LOG_MACROS OFF CACHE INTERNAL "" FORCE) doesn't work
35
set(FASTDDS_STATISTICS OFF CACHE INTERNAL "" FORCE)
36
+ # Enforce NO_TLS to disable SSL: if OpenSSL is found, it will be linked to, and we don't want it!
37
+ set(NO_TLS ON CACHE INTERNAL "" FORCE)
38
39
# Set special values for FastDDS sub directory
40
set(BUILD_SHARED_LIBS OFF)
0 commit comments