Skip to content

Commit

Permalink
Update to REACH 1.7.1 (#39)
Browse files Browse the repository at this point in the history
* Update to REACH 1.7.1

* Added C language to CMakeLists
  • Loading branch information
marip8 authored Nov 21, 2024
1 parent 94fbef1 commit 9f912d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.7)
# Extract package name and version from package.xml
find_package(ros_industrial_cmake_boilerplate REQUIRED)
extract_package_metadata(pkg)
project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES CXX)
project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES C CXX)

option(BUILD_PYTHON "Build Python bindings" ON)

Expand Down
2 changes: 1 addition & 1 deletion dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- git:
local-name: reach
uri: https://github.com/ros-industrial/reach.git
version: 1.7.0
version: 1.7.1

0 comments on commit 9f912d4

Please sign in to comment.