diff --git a/py-sot-core-v3/Makefile b/py-sot-core-v3/Makefile index 595a0117992bf3868f1872002efeba6a8b823daa..fa0f847259f5ae2512345b641f9b758c011b8f8e 100644 --- a/py-sot-core-v3/Makefile +++ b/py-sot-core-v3/Makefile @@ -33,5 +33,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 diff --git a/sot-core-v3/Makefile b/sot-core-v3/Makefile index fe97856937cf609a71014b4873912abb81864ac7..0d32d11b3cae709dd6006194bf88a0c2664ba171 100644 --- a/sot-core-v3/Makefile +++ b/sot-core-v3/Makefile @@ -29,5 +29,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