From 8ebe18b15673759ca60dba81ebe5ddb206a55e03 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 17 Nov 2020 10:31:33 +0100 Subject: [PATCH] Update CMakeLists.txt --- examples/cxx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cxx/CMakeLists.txt b/examples/cxx/CMakeLists.txt index 09b46ca73e2..c04f033f9c6 100644 --- a/examples/cxx/CMakeLists.txt +++ b/examples/cxx/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) -project(iDynTreeExamples) +project(iDynTreeCxxExamples) add_subdirectory(KinDynComputationsWithEigen) add_subdirectory(InverseKinematics)