@@ -184,8 +184,8 @@ cmake_dependent_option(WITH_NODE_EXAMPLE "Build with example node-type"
184184cmake_dependent_option(WITH_NODE_EXEC "Build with exec node-type" "${WITH_DEFAULTS} " "" OFF )
185185cmake_dependent_option(WITH_NODE_FILE "Build with file node-type" "${WITH_DEFAULTS} " "" OFF )
186186cmake_dependent_option(WITH_NODE_FPGA "Build with fpga node-type" "${WITH_DEFAULTS} " "WITH_FPGA" OFF )
187- cmake_dependent_option(WITH_NODE_IEC61850 "Build with iec61850 node-types" "${WITH_DEFAULTS} " "LIBIEC61850_FOUND; NOT WITHOUT_GPL" OFF )
188187cmake_dependent_option(WITH_NODE_IEC60870 "Build with iec60870 node-types" "${WITH_DEFAULTS} " "LIB60870_FOUND; NOT WITHOUT_GPL" OFF )
188+ cmake_dependent_option(WITH_NODE_IEC61850 "Build with iec61850 node-types" "${WITH_DEFAULTS} " "LIBIEC61850_FOUND; NOT WITHOUT_GPL" OFF )
189189cmake_dependent_option(WITH_NODE_INFINIBAND "Build with infiniband node-type" "${WITH_DEFAULTS} " "IBVerbs_FOUND; RDMACM_FOUND" OFF ) # Infiniband node-type is currenly broken
190190cmake_dependent_option(WITH_NODE_INFLUXDB "Build with influxdb node-type" "${WITH_DEFAULTS} " "" OFF )
191191cmake_dependent_option(WITH_NODE_KAFKA "Build with kafka node-type" "${WITH_DEFAULTS} " "RDKAFKA_FOUND" OFF )
@@ -195,6 +195,7 @@ cmake_dependent_option(WITH_NODE_MQTT "Build with mqtt node-type"
195195cmake_dependent_option(WITH_NODE_NANOMSG "Build with nanomsg node-type" "${WITH_DEFAULTS} " "NANOMSG_FOUND" OFF )
196196cmake_dependent_option(WITH_NODE_NGSI "Build with ngsi node-type" "${WITH_DEFAULTS} " "" OFF )
197197cmake_dependent_option(WITH_NODE_OPAL_ORCHESTRA "Build with the opal-orchestra node-type" "${WITH_DEFAULTS} " "OpalOrchestra_FOUND; LibXml2_FOUND" OFF )
198+ cmake_dependent_option(WITH_NODE_OPENDSS "Build with opendss node-type" "${WITH_DEFAULTS} " "OpenDSSC_FOUND" OFF )
198199cmake_dependent_option(WITH_NODE_REDIS "Build with redis node-type" "${WITH_DEFAULTS} " "HIREDIS_FOUND; REDISPP_FOUND" OFF )
199200cmake_dependent_option(WITH_NODE_RTP "Build with rtp node-type" "${WITH_DEFAULTS} " "re_FOUND" OFF )
200201cmake_dependent_option(WITH_NODE_SHMEM "Build with shmem node-type" "${WITH_DEFAULTS} " "HAS_SEMAPHORE; HAS_MMAN" OFF )
@@ -207,7 +208,6 @@ cmake_dependent_option(WITH_NODE_ULDAQ "Build with uldaq node-type"
207208cmake_dependent_option(WITH_NODE_WEBRTC "Build with webrtc node-type" "${WITH_DEFAULTS} " "WITH_WEB; LibDataChannel_FOUND" OFF )
208209cmake_dependent_option(WITH_NODE_WEBSOCKET "Build with websocket node-type" "${WITH_DEFAULTS} " "WITH_WEB" OFF )
209210cmake_dependent_option(WITH_NODE_ZEROMQ "Build with zeromq node-type" "${WITH_DEFAULTS} " "LIBZMQ_FOUND; NOT WITHOUT_GPL" OFF )
210- cmake_dependent_option(WITH_NODE_OPENDSS "Build with opendss node-type" "${WITH_DEFAULTS} " "OpenDSSC_FOUND" OFF )
211211
212212# Set a default for the build type
213213if ("${CMAKE_BUILD_TYPE} " STREQUAL "" )
@@ -291,8 +291,8 @@ add_feature_info(NODE_EXAMPLE WITH_NODE_EXAMPLE "Build with
291291add_feature_info(NODE_EXEC WITH_NODE_EXEC "Build with exec node-type" )
292292add_feature_info(NODE_FILE WITH_NODE_FILE "Build with file node-type" )
293293add_feature_info(NODE_FPGA WITH_NODE_FPGA "Build with fpga node-type" )
294- add_feature_info(NODE_IEC61850 WITH_NODE_IEC61850 "Build with iec61850 node-types" )
295294add_feature_info(NODE_IEC60870 WITH_NODE_IEC60870 "Build with iec60870 node-types" )
295+ add_feature_info(NODE_IEC61850 WITH_NODE_IEC61850 "Build with iec61850 node-types" )
296296add_feature_info(NODE_INFINIBAND WITH_NODE_INFINIBAND "Build with infiniband node-type" )
297297add_feature_info(NODE_INFLUXDB WITH_NODE_INFLUXDB "Build with influxdb node-type" )
298298add_feature_info(NODE_KAFKA WITH_NODE_KAFKA "Build with kafka node-type" )
@@ -301,6 +301,7 @@ add_feature_info(NODE_MODBUS WITH_NODE_MODBUS "Build with
301301add_feature_info(NODE_MQTT WITH_NODE_MQTT "Build with mqtt node-type" )
302302add_feature_info(NODE_NANOMSG WITH_NODE_NANOMSG "Build with nanomsg node-type" )
303303add_feature_info(NODE_NGSI WITH_NODE_NGSI "Build with ngsi node-type" )
304+ add_feature_info(NODE_OPAL_ORCHESTRA WITH_NODE_OPAL_ORCHESTRA "Build with opal.orchestra node-type" )
304305add_feature_info(NODE_OPENDSS WITH_NODE_OPENDSS "Build with opendss node-type" )
305306add_feature_info(NODE_REDIS WITH_NODE_REDIS "Build with redis node-type" )
306307add_feature_info(NODE_RTP WITH_NODE_RTP "Build with rtp node-type" )
0 commit comments