From c3c0af2d5aedf58069d33b8480f95937382f8a90 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 7 Jun 2022 17:35:31 -0700 Subject: [PATCH] Rename CMake package to gz Signed-off-by: Louise Poubel --- ubuntu/debian/tests/build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ubuntu/debian/tests/build b/ubuntu/debian/tests/build index 63bd12a..5b60680 100755 --- a/ubuntu/debian/tests/build +++ b/ubuntu/debian/tests/build @@ -1,5 +1,5 @@ #!/bin/sh -# autopkgtest check: Build and run a program against ign-cmake, to verify that the +# autopkgtest check: Build and run a program against gz-cmake, to verify that the # cmake modules are installed # (C) 2012 Jose Luis Rivero # Author: Jose Luis Rivero @@ -17,20 +17,20 @@ cmake_minimum_required(VERSION 3.5) project(test VERSION 1.0.0) #============================================================================ -# Find ignition-cmake3 +# Find gz-cmake3 #============================================================================ -# If you get an error at this line, you need to install ignition-cmake3 -find_package(ignition-cmake3 REQUIRED) +# If you get an error at this line, you need to install gz-cmake3 +find_package(gz-cmake3 REQUIRED) #============================================================================ # Set up the project #============================================================================ -ign_configure_project() +gz_configure_project() #============================================================================ # Configure the build #============================================================================ -ign_configure_build(QUIT_IF_BUILD_ERRORS) +gz_configure_build(QUIT_IF_BUILD_ERRORS) EOF cmake .