From 60dabf8ee7931a03921a80dceed797e608938535 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 7 Jun 2022 17:46:06 -0700 Subject: [PATCH 1/2] Rename CMake project to gz Signed-off-by: Louise Poubel --- CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b96fa8..6bcfe33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,14 +1,14 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) -project (ignition-tools2) +project (gz-tools2) -# Note about ignition-cmake: +# Note about gz-cmake: # ------------------------- -# The project is not using ignition-cmake2 due to problems -# with compatibility when mixed with projects using ignition-cmake0 -# When ignition-cmake0 will be EOL the code to implement -# ignition-cmake2 back to this project can be found at: -# https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-tools/pull-requests/6 +# The project is not using gz-cmake2 due to problems +# with compatibility when mixed with projects using gz-cmake0 +# When gz-cmake0 will be EOL the code to implement +# gz-cmake2 back to this project can be found at: +# https://osrf-migration.github.io/gz-gh-pages/#!/gzrobotics/ign-tools/pull-requests/6 string (SUBSTRING ${PROJECT_NAME} 9 -1 IGN_PROJECT_NAME) string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER) From 6a78f9235d93614ae1cbffc789500c582263970a Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 7 Jun 2022 17:46:57 -0700 Subject: [PATCH 2/2] fix URL Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bcfe33..1a9c0ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project (gz-tools2) # with compatibility when mixed with projects using gz-cmake0 # When gz-cmake0 will be EOL the code to implement # gz-cmake2 back to this project can be found at: -# https://osrf-migration.github.io/gz-gh-pages/#!/gzrobotics/ign-tools/pull-requests/6 +# https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-tools/pull-requests/6 string (SUBSTRING ${PROJECT_NAME} 9 -1 IGN_PROJECT_NAME) string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)