File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ find_package(gz-cmake3 QUIET)
1212if (NOT ${gz-cmake3_FOUND})
1313 find_package (gz-cmake4 QUIET )
1414 if (NOT ${gz-cmake4_FOUND})
15- find_package (gz-cmake5 QUIET )
16- if (NOT ${gz-cmake5_FOUND })
17- message (FATAL_ERROR "Could not find gz-cmake3, gz-cmake4, or gz-cmake5 " )
15+ find_package (gz-cmake QUIET )
16+ if (NOT ${gz-cmake_FOUND })
17+ message (FATAL_ERROR "Could not find gz-cmake3, gz-cmake4, or gz-cmake " )
1818 endif ()
1919 endif ()
2020endif ()
Original file line number Diff line number Diff line change 44# - https://colcon.readthedocs.io/en/released/user/configuration.html#colcon-pkg-files
55
66{
7- # explicitly add gz-cmake4 and gz-cmake5 as dependencies since they are not included in the package.xml
7+ # explicitly add gz-cmake4 and gz-cmake as dependencies since they are not included in the package.xml
88 # see https://github.com/gazebosim/gz-tools/pull/142 for discussion of alternatives
9- "dependencies": ["gz-cmake4", "gz-cmake5 "],
9+ "dependencies": ["gz-cmake4", "gz-cmake "],
1010}
You can’t perform that action at this time.
0 commit comments