diff --git a/CMakeLists.txt b/CMakeLists.txt index e3de012..06df96d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,4 +53,5 @@ endif() include(GNUInstallDirs) add_subdirectory(md4c) -add_subdirectory(md2html) +# Do not build the example. +#add_subdirectory(md2html)