瀏覽代碼

enable method service set by default

Julius Pfrommer 9 年之前
父節點
當前提交
c5bf8a93fc
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CMakeLists.txt

+ 3 - 3
CMakeLists.txt

@@ -107,10 +107,10 @@ endif()
 
 # Options
 set(UA_LOGLEVEL 300 CACHE STRING "Level at which logs shall be reported")
-option(UA_ENABLE_SUBSCRIPTIONS "Enable compilation of subscription and monitoring support." OFF)
-option(UA_ENABLE_METHODCALLS "Enable CallMethod/MethodCall service set" OFF)
-option(UA_ENABLE_MULTITHREADING "Enable multithreading" OFF)
+option(UA_ENABLE_METHODCALLS "Enable the Method service set" ON)
 option(UA_ENABLE_NODEMANAGEMENT "Enable dynamic addition and removal of nodes" ON)
+option(UA_ENABLE_SUBSCRIPTIONS "Enable subscriptions support." OFF)
+option(UA_ENABLE_MULTITHREADING "Enable multithreading" OFF)
 option(UA_ENABLE_AMALGAMATION "Concatenate the library to a single file open62541.h/.c" OFF)
 option(UA_ENABLE_COVERAGE "Enable gcov coverage" OFF)
 if(UA_ENABLE_COVERAGE)