aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/pipeline0/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/pipeline0/CMakeLists.txt')
-rw-r--r--src/protocol/pipeline0/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/protocol/pipeline0/CMakeLists.txt b/src/protocol/pipeline0/CMakeLists.txt
index 0e211cf5..4f591450 100644
--- a/src/protocol/pipeline0/CMakeLists.txt
+++ b/src/protocol/pipeline0/CMakeLists.txt
@@ -9,11 +9,7 @@
#
# Pipeline protocol
-option (NNG_PROTO_PUSH0 "Enable PUSHv0 protocol." ON)
-mark_as_advanced(NNG_PROTO_PUSH0)
-
-option (NNG_PROTO_PULL0 "Enable PULLv0 protocol." ON)
-mark_as_advanced(NNG_PROTO_PULL0)
+nng_directory(pipeline0)
nng_sources_if(NNG_PROTO_PUSH0 push.c)
nng_headers_if(NNG_PROTO_PUSH0 nng/protocol/pipeline0/push.h)