From f88b89e36cce5caf8c033b9cb18f89e951531be3 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Fri, 10 Apr 2020 12:11:21 +0200 Subject: [PATCH] [wip/{,py-}sot-talos-balance] build in C++11 --- py-sot-talos-balance/Makefile | 2 +- sot-talos-balance/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py-sot-talos-balance/Makefile b/py-sot-talos-balance/Makefile index 6d710d18..f2902b4a 100644 --- a/py-sot-talos-balance/Makefile +++ b/py-sot-talos-balance/Makefile @@ -43,5 +43,5 @@ include ../../mk/sysdep/graphviz.mk include ../../mk/sysdep/py-sphinx.mk include ../../mk/sysdep/python.mk include ../../mk/language/c.mk -include ../../mk/language/c++.mk +include ../../mk/language/c++11.mk include ../../mk/robotpkg.mk diff --git a/sot-talos-balance/Makefile b/sot-talos-balance/Makefile index 19b07b9d..c1da5e1e 100644 --- a/sot-talos-balance/Makefile +++ b/sot-talos-balance/Makefile @@ -34,5 +34,5 @@ include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/doxygen.mk include ../../mk/sysdep/graphviz.mk include ../../mk/language/c.mk -include ../../mk/language/c++.mk +include ../../mk/language/c++11.mk include ../../mk/robotpkg.mk -- GitLab