Skip to content

Commit

Permalink
Require gz-math 6.13 for ign->gz transition (#601)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Feb 28, 2024
1 parent e20b0d1 commit 7ff508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(IGN_COMMON_VER ${ignition-common4_VERSION_MAJOR})

#--------------------------------------
# Find ignition-math
ign_find_package(ignition-math6 REQUIRED COMPONENTS eigen3)
ign_find_package(ignition-math6 REQUIRED COMPONENTS eigen3 VERSION 6.13)
set(IGN_MATH_VER ${ignition-math6_VERSION_MAJOR})

#--------------------------------------
Expand Down

0 comments on commit 7ff508d

Please sign in to comment.