Skip to content

Commit 8da5bcb

Browse files
Add GLOBAL_HOOK to gz vendored packages (#61)
* Add find_package call to vendored packages Signed-off-by: Luca Della Vedova <[email protected]> * Add SATISFIED clause Signed-off-by: Luca Della Vedova <[email protected]> * Add GLOBAL_HOOK Signed-off-by: Luca Della Vedova <[email protected]> --------- Signed-off-by: Luca Della Vedova <[email protected]>
1 parent 438bf45 commit 8da5bcb

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

gz_cmake_vendor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ament_vendor(gz_cmake_vendor
88
VCS_URL https://github.com/gazebosim/gz-cmake
99
# Target Intrinsic SDK version requires Gazebo Ionic packages.
1010
VCS_VERSION gz-cmake4_4.2.0
11+
GLOBAL_HOOK
1112
)
1213

1314
ament_package()

gz_math_vendor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ament_vendor(gz_math_vendor
1919
VCS_URL https://github.com/gazebosim/gz-math
2020
# Target Intrinsic SDK version requires Gazebo Ionic packages.
2121
VCS_VERSION gz-math8_8.2.0
22+
GLOBAL_HOOK
2223
)
2324

2425
ament_package()

gz_msgs_vendor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ament_vendor(gz_msgs_vendor
1818
VCS_URL https://github.com/gazebosim/gz-msgs
1919
# Target Intrinsic SDK version requires Gazebo Ionic packages.
2020
VCS_VERSION gz-msgs11_11.1.0
21+
GLOBAL_HOOK
2122
)
2223

2324
ament_package()

gz_transport_vendor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ament_vendor(gz_transport_vendor
1919
VCS_URL https://github.com/gazebosim/gz-transport
2020
# Target Intrinsic SDK version requires Gazebo Ionic packages.
2121
VCS_VERSION gz-transport14_14.1.0
22+
GLOBAL_HOOK
2223
)
2324

2425
ament_package()

gz_utils_vendor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ament_vendor(gz_utils_vendor
1515
VCS_URL https://github.com/gazebosim/gz-utils
1616
# Target Intrinsic SDK version requires Gazebo Ionic packages.
1717
VCS_VERSION gz-utils3_3.1.1
18+
GLOBAL_HOOK
1819
)
1920

2021
ament_package()

0 commit comments

Comments
 (0)