Skip to content

Commit

Permalink
update gz-cmake version required to 2.14
Browse files Browse the repository at this point in the history
Signed-off-by: youhy <haoyuan2019@outlook.com>
  • Loading branch information
AzulRadio committed Jul 26, 2022
1 parent d2f284f commit fbd3d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(ignition-physics2 VERSION 2.5.0)
#============================================================================
# Find ignition-cmake
#============================================================================
find_package(ignition-cmake2 2.12.0 REQUIRED)
find_package(ignition-cmake2 2.14.0 REQUIRED)

#============================================================================
# Configure the project
Expand Down Expand Up @@ -89,6 +89,7 @@ set(IGNITION_PHYSICS_ENGINE_INSTALL_DIR
ign_configure_build(QUIT_IF_BUILD_ERRORS
COMPONENTS sdf mesh dartsim tpe)


#============================================================================
# Create package information
#============================================================================
Expand Down

0 comments on commit fbd3d31

Please sign in to comment.