From 40c04ecf920772d102127b5ce2421dd8b4ce5834 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 7 May 2024 16:04:12 -0500 Subject: [PATCH] Update minimum version of gz-cmake3 (#439) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cad6f27f..8c255074 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(gz-msgs10 VERSION 10.1.2) # Find gz-cmake #============================================================================ # If you get an error at this line, you need to install gz-cmake -find_package(gz-cmake3 REQUIRED) +find_package(gz-cmake3 REQUIRED 3.5.2) #============================================================================ # Configure the project