From af811fbdf08ca546d54a4f35b7782117b6925e0a Mon Sep 17 00:00:00 2001
From: Thomas PEYRUCAIN <33064668+Rascof@users.noreply.github.com>
Date: Mon, 20 Jul 2020 12:29:31 +0200
Subject: [PATCH] [Tests] fix compilation warnings of sphinx

I have 4 warnings during the make install of the package about sphinx. I saw with Olivier Stasse and  Florent Lamiraux that it could be deleted because it is not used.
---
 doc/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)
 delete mode 100644 doc/CMakeLists.txt

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index 936f35c..0000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 2010, 2011, Florent Lamiraux, Thomas Moulard, JRL, CNRS/AIST
-
-SPHINX_SETUP()
-SPHINX_FINALIZE()
-- 
GitLab