From 1fb53d8a5847492b7ea646324e490e931f6f41f8 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 14 Oct 2021 10:31:15 -0700 Subject: [PATCH] Bump example Signed-off-by: Louise Poubel --- examples/standalone/gtest_setup/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/standalone/gtest_setup/CMakeLists.txt b/examples/standalone/gtest_setup/CMakeLists.txt index 7fe6ac2902..3bb366d7ac 100644 --- a/examples/standalone/gtest_setup/CMakeLists.txt +++ b/examples/standalone/gtest_setup/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11.0 FATAL_ERROR) project(GTestSetup) # Find Gazebo -set(IGN_GAZEBO_VER 6) +set(IGN_GAZEBO_VER 7) find_package(ignition-gazebo${IGN_GAZEBO_VER} REQUIRED) # Fetch and configure GTest