From 5898ade7b7500c97294ef6c1d9aab681f5fda678 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 27 Jan 2020 00:34:05 +0100
Subject: [PATCH] [wip/sot-talos-balance] don't install documentation

Because, with a recent CMake, if doc/header.html is provided and the
build folder is the root folder, this file gets overwritten by itself,
disappears, and therefore can't be installed.
---
 sot-talos-balance/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sot-talos-balance/Makefile b/sot-talos-balance/Makefile
index 77576067..be6626ec 100644
--- a/sot-talos-balance/Makefile
+++ b/sot-talos-balance/Makefile
@@ -12,6 +12,7 @@ LICENSE=			2-clause-bsd
 MAINTAINER=			gepetto-soft@laas.fr
 
 CMAKE_ARGS+=		-DBUILD_PYTHON_INTERFACE=OFF
+CMAKE_ARGS+=		-DINSTALL_DOCUMENTATION=OFF
 
 include ../../devel/jrl-cmakemodules/Makefile.common
 include ../../wip/eiquadprog/depend.mk
-- 
GitLab