aboutsummaryrefslogtreecommitdiff
path: root/demo/reqrep/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demo/reqrep/CMakeLists.txt')
-rw-r--r--demo/reqrep/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/demo/reqrep/CMakeLists.txt b/demo/reqrep/CMakeLists.txt
index 09234646..872666bb 100644
--- a/demo/reqrep/CMakeLists.txt
+++ b/demo/reqrep/CMakeLists.txt
@@ -15,9 +15,6 @@ find_package(nng CONFIG REQUIRED)
find_package(Threads)
-# Uncomment to enable ZeroTier transport
-# find_package(zerotiercore)
-
add_executable(reqrep reqrep.c)
target_link_libraries(reqrep nng::nng)
target_compile_definitions(reqrep PRIVATE NNG_ELIDE_DEPRECATED)