summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f73e4e50..acd2a7f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
+# Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
# Copyright (c) 2012 Martin Sustrik All rights reserved.
# Copyright (c) 2013 GoPivotal, Inc. All rights reserved.
# Copyright (c) 2015-2016 Jack R. Dunaway. All rights reserved.
@@ -253,15 +253,10 @@ add_subdirectory(src)
if (NNG_TESTS)
add_subdirectory(tests)
- add_subdirectory(perf)
endif ()
# Build the tools
-if (NNG_ENABLE_NNGCAT)
- add_subdirectory(tools/nngcat)
-endif ()
-
add_subdirectory(docs/man)
set(CPACK_PACKAGE_NAME ${PROJECT_NAME})