Skip to content

Commit 101e796

Browse files
committed
build MAINTENANCE do not install user_ipv4 by default
1 parent f3e28c2 commit 101e796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ else()
332332
add_subdirectory(src/extensions)
333333
endif(ENABLE_STATIC)
334334

335-
# YANG user types plugins
336-
set(USER_TYPE_LIST "user_date_and_time" "user_ipv4")
335+
# YANG user types plugins ("user_ipv4" is just an example, not installed by default)
336+
set(USER_TYPE_LIST "user_date_and_time")
337337
if(ENABLE_STATIC)
338338
set(USER_TYPE_LIST_SIZE " 0 ")
339339
foreach(USER_TYPE ${USER_TYPE_LIST})

0 commit comments

Comments
 (0)