option(CONFIG_INCLUDE_GOOSE_SUPPORT"Build with GOOSE support"ON)
option(CONFIG_USE_EXTERNAL_MBEDTLS_DYNLIB"Build with pre-compiled mbedtls dynamic library"OFF)
set(CONFIG_EXTERNAL_MBEDTLS_DYNLIB_PATH"${CMAKE_CURRENT_LIST_DIR}/third_party/mbedtls/mbedtls-2.16/library"CACHESTRING"Path to search for the mbedtls dynamic libraries")
set(CONFIG_EXTERNAL_MBEDTLS_INCLUDE_PATH"${CMAKE_CURRENT_LIST_DIR}/third_party/mbedtls/mbedtls-2.16/include"CACHESTRING"Path to search for the mbedtls include files")
#choosethelibraryfeatureswhichshallbeincluded
option(CONFIG_IEC61850_CONTROL_SERVICE"Build with support for IEC 61850 control features"ON)
option(CONFIG_IEC61850_REPORT_SERVICE"Build with support for IEC 61850 reporting services"ON)
@ -114,8 +119,15 @@ if(MSVC AND MSVC_VERSION LESS 1800)