From fbd3d3157d5b46fbfee1c5f346e8d744bd3301c7 Mon Sep 17 00:00:00 2001 From: youhy Date: Tue, 26 Jul 2022 12:38:13 -0700 Subject: [PATCH] update gz-cmake version required to 2.14 Signed-off-by: youhy --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6f38ab04..6f9e2addc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 @@ -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 #============================================================================