mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
refactor(build): Remove EXPERIMENTAL flag from XML encoding, enable by default
This commit is contained in:
parent
4a8d6caf74
commit
12fddf2327
@ -112,7 +112,7 @@ option(UA_ENABLE_DA "Enable OPC UA DataAccess (Part 8) definitions" ON)
|
||||
option(UA_ENABLE_HISTORIZING "Enable basic support for historical access (client and server)" ON)
|
||||
option(UA_ENABLE_DISCOVERY "Enable Discovery Service (LDS)" ON)
|
||||
option(UA_ENABLE_JSON_ENCODING "Enable JSON encoding" ON)
|
||||
option(UA_ENABLE_XML_ENCODING "Enable XML encoding (EXPERIMENTAL)" OFF)
|
||||
option(UA_ENABLE_XML_ENCODING "Enable XML encoding" ON)
|
||||
option(UA_ENABLE_NODESETLOADER "Enable nodesetLoader public API" OFF)
|
||||
option(UA_ENABLE_GDS_PUSHMANAGEMENT "Enable GDS pushManagement support" OFF)
|
||||
option(UA_ENABLE_DATATYPES_ALL "Generate all datatypes for namespace zero (uses more binary space)" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user