Index: cmake/ConkyPlatformChecks.cmake
--- cmake/ConkyPlatformChecks.cmake.orig
+++ cmake/ConkyPlatformChecks.cmake
@@ -670,10 +670,10 @@ endif(WANT_LIBXML2)
 # Look for doc generation programs
 if(BUILD_DOCS)
   # Used for doc generation
-  find_program(APP_PANDOC pandoc)
+  find_program(APP_PANDOC lowdown)
 
   if(NOT APP_PANDOC)
-    message(FATAL_ERROR "Unable to find program 'pandoc'")
+    message(FATAL_ERROR "Unable to find program 'lowdown'")
   endif(NOT APP_PANDOC)
 
   mark_as_advanced(APP_PANDOC)
