From 22141d9a03e3ff55a792a19688d3161e145af1c0 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Mon, 24 Apr 2023 13:03:30 -0400 Subject: [PATCH] don't build NTP until there is a user --- protocol/ietf/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocol/ietf/CMakeLists.txt b/protocol/ietf/CMakeLists.txt index fd7259b..752e550 100644 --- a/protocol/ietf/CMakeLists.txt +++ b/protocol/ietf/CMakeLists.txt @@ -1,2 +1,5 @@ # RFC 4122 UUID add_subdirectory(uuid) + +# RFC 5905 NTPv4 +#add_subdirectory(ntp)