Skip to content
Snippets Groups Projects
Verified Commit 92772603 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: remove '.' in PROJECT_DESCRIPTION

parent 30c1ea24
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10) ...@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10)
set(PROJECT_ORG gepetto) set(PROJECT_ORG gepetto)
set(PROJECT_NAME example-robot-data) set(PROJECT_NAME example-robot-data)
set(PROJECT_DESCRIPTION set(PROJECT_DESCRIPTION
"Set of robot URDFs for benchmarking and developed examples.") "Set of robot URDFs for benchmarking and developed examples")
set(PROJECT_URL https://github.com/${PROJECT_ORG}/${PROJECT_NAME}) set(PROJECT_URL https://github.com/${PROJECT_ORG}/${PROJECT_NAME})
# Project options # Project options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment