From d6f8473aab9cb9098541c113c390c93a5fb89cbc Mon Sep 17 00:00:00 2001
From: jcarpent <jcarpent@laas.fr>
Date: Tue, 24 Oct 2017 11:40:22 +0200
Subject: [PATCH] [Cmake] Correct lib name

---
 unittest/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt
index dcd18a0..8524a1d 100644
--- a/unittest/CMakeLists.txt
+++ b/unittest/CMakeLists.txt
@@ -2,16 +2,16 @@
 # Copyright (c) 2016 CNRS
 # 
 # This file is part of eigenpy
-# Pinocchio is free software: you can redistribute it
+# eigenpy is free software: you can redistribute it
 # and/or modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation, either version
 # 3 of the License, or (at your option) any later version.
-# Pinocchio is distributed in the hope that it will be
+# eigenpy is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Lesser Public License for more details. You should have
 # received a copy of the GNU Lesser General Public License along with
-# Pinocchio If not, see
+# eigenpy If not, see
 # <http://www.gnu.org/licenses/>.
 
 MACRO(ADD_LIB_UNIT_TEST test PKGS)
-- 
GitLab