@@ -108,6 +108,7 @@ option(CORE_TLS "CORE_TLS" OFF)
if(${CORE_TLS})
set(RELEASE "${RELEASE}-tls")
set(TLS_HOOKS OFF)
+ target_compile_definitions(common INTERFACE CORE_TLS)
else()
set(TLS_HOOKS ON)
endif()