cpack: artifacts
[m6w6/libmemcached] / CMakeConfig.txt
index 5203ddac357b4b171529a728f291fae856db2749..e4fee7a67d991761b8546b29a691a00c3b6a9853 100644 (file)
@@ -73,6 +73,12 @@ if(BUILD_TESTING)
     endif()
 endif()
 
+if(BUILD_DOCS_MANGZ)
+    set(BUILD_DOCS_MAN ON)
+endif()
+if(BUILD_DOCS_MAN OR BUILD_DOCS_HTML)
+    set(BUILD_DOCS ON)
+endif()
 if(BUILD_DOCS)
     set(SPHINX_OPTIONS ""
         CACHE STRING "additional sphinx-build command line options")