We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e28c2 commit 101e796Copy full SHA for 101e796
CMakeLists.txt
@@ -332,8 +332,8 @@ else()
332
add_subdirectory(src/extensions)
333
endif(ENABLE_STATIC)
334
335
-# YANG user types plugins
336
-set(USER_TYPE_LIST "user_date_and_time" "user_ipv4")
+# YANG user types plugins ("user_ipv4" is just an example, not installed by default)
+set(USER_TYPE_LIST "user_date_and_time")
337
if(ENABLE_STATIC)
338
set(USER_TYPE_LIST_SIZE " 0 ")
339
foreach(USER_TYPE ${USER_TYPE_LIST})
0 commit comments