CMake: Remove experimental mark from PubSub. But keep as advanced option

This commit is contained in:
Julius Pfrommer 2018-10-08 10:10:43 +02:00 committed by Julius Pfrommer
parent 18e1b334a4
commit c310a25c9f

View File

@ -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)