From a566b55d30de019ca0acb496d081ea713a782fc9 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 1 Jun 2020 18:56:00 +0200 Subject: [PATCH] =?UTF-8?q?gepgitlab=20=E2=86=92=20github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index beb7902..7f7e729 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1) SET(PROJECT_ORG gepetto) SET(PROJECT_NAME example-robot-data) SET(PROJECT_DESCRIPTION "Set of robot URDFs for benchmarking and developed examples.") -SET(PROJECT_URL https://gepgitlab.laas.fr/${PROJECT_ORG}/${PROJECT_NAME}) +SET(PROJECT_URL https://github.com/${PROJECT_ORG}/${PROJECT_NAME}) # Project options OPTION(BUILD_PYTHON_INTERFACE "Build the python unit tests and helpers" ON) -- GitLab