Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .pre-commit-config.yaml #2804

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
exclude: CHANGELOG.rst

- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.10
rev: v0.6.13
hooks:
- id: cmake-format
- id: cmake-lint
Expand Down
3 changes: 1 addition & 2 deletions moveit_core/version/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generate and install version.h

if(NOT "$ENV{USER}" STREQUAL "buildfarm") # Don't define version postfix on
# buildfarm
if(NOT "$ENV{USER}" STREQUAL "buildfarm") # Don't define version postfix on buildfarm
set(MOVEIT_VERSION_EXTRA
"devel"
CACHE STRING "version string postfix")
Expand Down
3 changes: 1 addition & 2 deletions moveit_ros/planning/moveit_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
add_library(moveit_cpp SHARED src/moveit_cpp.cpp src/planning_component.cpp)
set_target_properties(moveit_cpp PROPERTIES VERSION
"${${PROJECT_NAME}_VERSION}")
set_target_properties(moveit_cpp PROPERTIES VERSION "${${PROJECT_NAME}_VERSION}")
ament_target_dependencies(moveit_cpp rclcpp moveit_core)
target_link_libraries(
moveit_cpp moveit_planning_scene_monitor moveit_planning_pipeline
Expand Down
Loading