From 9fb2b54ffc81c459b986f67b6093d5371ca0ccc5 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Thu, 25 Aug 2016 18:16:20 +0200
Subject: [PATCH] Update CMakeLists

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f5a62a..329ed44 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ SET (TEST_UR5 FALSE CACHE BOOL "Activate tests using ur5")
 SET(DOXYGEN_TREEVIEW "NO" CACHE STRING "Set to YES to generate a tree view in the html documentation")
 
 SEARCH_FOR_BOOST()
-ADD_DOC_DEPENDENCY("hpp-model >= 3.0.0")
+ADD_DOC_DEPENDENCY("hpp-pinocchio >= 3.0.0")
 ADD_DOC_DEPENDENCY("hpp-fcl")
 ADD_REQUIRED_DEPENDENCY("hpp-core >= 3.0.0")
 ADD_REQUIRED_DEPENDENCY("hpp-constraints >= 3.0.0")
-- 
GitLab