diff options
author | tastytea | 2020-01-03 13:29:18 +0100 |
---|---|---|
committer | tastytea | 2020-01-03 13:29:18 +0100 |
commit | 276d478a3a28daf1734853542b75d1692649e2a3 (patch) | |
tree | 364648bd3835de0dbe6cb1331c50f05740c3ec2d | |
parent | 174daaf92474e70424df73f5a91c002bec132f4f (diff) | |
download | mastodonpp-276d478a3a28daf1734853542b75d1692649e2a3.tar mastodonpp-276d478a3a28daf1734853542b75d1692649e2a3.tar.gz mastodonpp-276d478a3a28daf1734853542b75d1692649e2a3.zip |
Remove option WITH_DOC.
-rw-r--r-- | CMakeLists.txt | 1 |
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) |