From 3778e99535535e5e82d6cc85850a6dbff4f8cf46 Mon Sep 17 00:00:00 2001
From: jcarpent <jcarpent@laas.fr>
Date: Thu, 28 Jan 2016 17:24:00 +0100
Subject: [PATCH] [CMake] Correct project URL address

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 771ee5bf..3e04cd1e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ set(PROJECT_NAME hpp-fcl)
 set(PROJECT_DESCRIPTION
   "FCL -- The Flexible Collision Library"
   )
-set(PROJECT_URL "http://github.com/humanoid-path-planner/fcl")
+set(PROJECT_URL "http://github.com/humanoid-path-planner/hpp-fcl")
 
 setup_project()
 
-- 
GitLab