Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
983da696
Commit
983da696
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/gazebo-spring] Add patch-1
to fix C++ standard & add C langage
parent
60710ed1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gazebo-spring/Makefile
+2
-0
2 additions, 0 deletions
gazebo-spring/Makefile
gazebo-spring/distinfo
+1
-0
1 addition, 0 deletions
gazebo-spring/distinfo
gazebo-spring/patches/patch-1
+25
-0
25 additions, 0 deletions
gazebo-spring/patches/patch-1
with
28 additions
and
0 deletions
gazebo-spring/Makefile
+
2
−
0
View file @
983da696
...
...
@@ -5,6 +5,7 @@
ORG
=
gepetto
NAME
=
gazebo-spring
VERSION
=
1.0.0
PKGREVISION
=
1
CATEGORIES
=
wip
COMMENT
=
A spring plugin
for
gazebo
...
...
@@ -13,6 +14,7 @@ MAINTAINER= gsaurel@laas.fr
include
../../devel/jrl-cmakemodules/Makefile.common
include
../../devel/ros-catkin/depend.mk
include
../../devel/ros-roscpp-core
include
../../pkgtools/pkg-config/depend.mk
include
../../mk/sysdep/cmake.mk
include
../../mk/sysdep/gazebo.mk
...
...
This diff is collapsed.
Click to expand it.
gazebo-spring/distinfo
+
1
−
0
View file @
983da696
SHA1 (gazebo-spring-1.0.0.tar.gz) = bb98e3abb3df7eb4a0b7b39383d1ad02059b100a
RMD160 (gazebo-spring-1.0.0.tar.gz) = 4e83cdf4332739a4349d20fd18505c432effeb36
Size (gazebo-spring-1.0.0.tar.gz) = 803559 bytes
SHA1 (patch-1) = b3f6f7314fb6a6e9b8acd73ccf34947a4aa62693
This diff is collapsed.
Click to expand it.
gazebo-spring/patches/patch-1
0 → 100644
+
25
−
0
View file @
983da696
From d6af2713e04d219703c15a20904edd5b9c8c47ba Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 19 Nov 2020 18:14:43 +0100
Subject: [PATCH] [CMake] enable C langage
---
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e6191f..6378af3 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -17,9 +17,9 @@
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
include(cmake/base.cmake)
# Project definition
-COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
+COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES C CXX)
project(${PROJECT_NAME} ${PROJECT_ARGS})
-#CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
+CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
# Project dependencies
find_package(gazebo REQUIRED)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment