aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-08 20:05:30 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-08 20:06:56 -0800
commit254b243358d89de560148a2c7f28aae4b3bd112f (patch)
tree0a17dac51b4c8f3b2a31be916739b7ebca296d86 /CMakeLists.txt
parentb6549f7ead48cabd65cb372ca3cf9ead9f5e4a1c (diff)
downloadnng-254b243358d89de560148a2c7f28aae4b3bd112f.tar.gz
nng-254b243358d89de560148a2c7f28aae4b3bd112f.tar.bz2
nng-254b243358d89de560148a2c7f28aae4b3bd112f.zip
docs: remove docs formatting target
We're moving to mdbook and that doesn't need the CMake support nor needs asciidoctor.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffe4f9e5..7db5f81d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -311,8 +311,6 @@ endif ()
# Build the tools
-add_subdirectory(docs/man)
-
set(CPACK_PACKAGE_NAME ${PROJECT_NAME})
set(CPACK_PACKAGE_VERSION ${NNG_PACKAGE_VERSION})
set(CPACK_PACKAGE_CONTACT "nanomsg@freelists.org")