From 91efbb64d53d1250298cb352ffc60fba32e7d23d Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Mon, 12 Dec 2011 11:59:08 +0100 Subject: [PATCH] Do not generate sphinx documentation sphinx exits with a double free corruption error. --- doc/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ad1b47c..b541405 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -4,6 +4,3 @@ # INCLUDE(../cmake/sphinx.cmake) - -SPHINX_SETUP() -SPHINX_FINALIZE() -- GitLab