mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
CMake: Remove experimental mark from PubSub. But keep as advanced option
This commit is contained in:
parent
18e1b334a4
commit
c310a25c9f
@ -184,7 +184,7 @@ if(UA_ENABLE_MULTITHREADING)
|
|||||||
set(UA_ENABLE_IMMUTABLE_NODES ON)
|
set(UA_ENABLE_IMMUTABLE_NODES ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(UA_ENABLE_PUBSUB "Enable publish/subscribe (experimental)" OFF)
|
option(UA_ENABLE_PUBSUB "Enable publish/subscribe" OFF)
|
||||||
mark_as_advanced(UA_ENABLE_PUBSUB)
|
mark_as_advanced(UA_ENABLE_PUBSUB)
|
||||||
option(UA_ENABLE_PUBSUB_DELTAFRAMES "Enable sending of delta frames with only the changes" OFF)
|
option(UA_ENABLE_PUBSUB_DELTAFRAMES "Enable sending of delta frames with only the changes" OFF)
|
||||||
mark_as_advanced(UA_ENABLE_PUBSUB_DELTAFRAMES)
|
mark_as_advanced(UA_ENABLE_PUBSUB_DELTAFRAMES)
|
||||||
@ -192,7 +192,7 @@ option(UA_ENABLE_PUBSUB_INFORMATIONMODEL "Enable PubSub information model twin"
|
|||||||
mark_as_advanced(UA_ENABLE_PUBSUB_INFORMATIONMODEL)
|
mark_as_advanced(UA_ENABLE_PUBSUB_INFORMATIONMODEL)
|
||||||
if(UA_ENABLE_PUBSUB_INFORMATIONMODEL)
|
if(UA_ENABLE_PUBSUB_INFORMATIONMODEL)
|
||||||
if(NOT UA_ENABLE_PUBSUB)
|
if(NOT UA_ENABLE_PUBSUB)
|
||||||
message(FATAL_ERROR "PubSub information model representation cannot be used with disabled PubSub function.")
|
message(FATAL_ERROR "PubSub information model representation cannot be used with disabled PubSub function.")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user