summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-03 13:29:18 +0100
committertastytea2020-01-03 13:29:18 +0100
commit276d478a3a28daf1734853542b75d1692649e2a3 (patch)
tree364648bd3835de0dbe6cb1331c50f05740c3ec2d
parent174daaf92474e70424df73f5a91c002bec132f4f (diff)
downloadmastodonpp-276d478a3a28daf1734853542b75d1692649e2a3.tar
mastodonpp-276d478a3a28daf1734853542b75d1692649e2a3.tar.gz
mastodonpp-276d478a3a28daf1734853542b75d1692649e2a3.zip
Remove option WITH_DOC.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae44169..00d8a1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,6 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
# Project build options.
option(WITH_TESTS "Compile tests." NO)
-# option(WITH_DOC "Generate HTML documentation." YES)
option(WITH_EXAMPLES "Compile examples." NO)
# option(WITH_DEB "Prepare for the building of .deb packages." NO)
# option(WITH_RPM "Prepare for the building of .rpm packages." NO)