Skip to content

Commit

Permalink
Use CMake 3.23 until ament/ament_cmake#395 is sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
light-tech committed Aug 12, 2022
1 parent a17d644 commit 45606b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.23.x'
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Guides: https://docs.ros.org/en/humble/Installation/Alternatives/macOS-Developme
Also need to comment out the relevant code in the source code `TypeSupport_Impl.cpp` of `rmw_fastrtps_shared_cpp`.
See https://github.com/ros2/ros2/issues/468 and https://github.com/ros2/ros2/issues/306 and https://github.com/ros2/rosidl_typesupport/pull/10 .

Other relevant pages are https://docs.ros.org/en/humble/How-To-Guides/Working-with-multiple-RMW-implementations.html and https://docs.ros.org/en/humble/Concepts/About-Different-Middleware-Vendors.html and https://docs.ros.org/en/humble/Installation/DDS-Implementations.html

According to `find src -maxdepth 2`, my final `src` directory contains:
```
src
Expand Down

0 comments on commit 45606b2

Please sign in to comment.