Conversation
ahcorde
left a comment
There was a problem hiding this comment.
Do you mind to sign the commit https://github.com/ros2/demos/pull/714/checks?check_run_id=39901809903 ?
fujitatomoya
left a comment
There was a problem hiding this comment.
lgtm with DCO fix.
https://cmake.org/cmake/help/latest/release/3.31.html
for most modern C++ projects, a good starting point is CMake 3.10 or later now.
https://github.com/ros-infrastructure/rep/blob/master/rep-2000.rst
- Humble CMake oldest version: 3.14 (Including Tier III)
- Jazzy CMake oldest version: 3.20 (Including Tier III)
i think it is okay to upgrade version 3.20 for rolling and jazzy, 3.14 for humble as base version.
264b7f2 to
9a67206
Compare
|
@mosfet80 DCO is still missing. |
demo_nodes_cpp/CMakeLists.txt require cmake min version 3.12 other modules cmake 3.5. It is proposed to standardize with version 3.12. This also fixes cmake <3.10 deprecation warnings Signed-off-by: Andrea <realeandrea@yahoo.it>
Signed-off-by: Andrea <realeandrea@yahoo.it>
2302b36 to
1fa0511
Compare
|
Pulls: #714 |
demo_nodes_cpp/CMakeLists.txt require cmake min version 3.12 other modules cmake 3.5. It is proposed to standardize with version 3.20 (rolling requirement).
This also fixes cmake <3.10 deprecation warnings