travis: fix working dir
[awesomized/libmemcached] / CMakeConfig.txt
index 1ea464f0f0f7b5ba69228be6a1429105c4d59735..3acae1cb2aca874618351a9c4ac4bae773e5093b 100644 (file)
@@ -11,6 +11,9 @@ set(BUILD_TESTING ON
 set(ENABLE_SANITIZERS ""
     CACHE STRING "sanitizers to enable (e.g. address undefined ...)")
 
+set(MEMCACHED_BINARY "/usr/bin/memcached"
+    CACHE FILEPATH "memcached binary")
+
 # sasl
 
 set(ENABLE_SASL OFF
@@ -34,7 +37,10 @@ set(ENABLE_MEMASLAP ON
 set(ENABLE_DTRACE OFF
     CACHE BOOL "enable dtrace support")
 
-# sphinx
+# docs / sphinx
+
+set(GZIP_MAN ON
+    CACHE BOOL "gzip manpages")
 
 set(SPHINX_OPTIONS ""
     CACHE STRING "additional sphinx-build command line options")