From e966f1752430f0c769007d99b21d5e4a4bda1832 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 21 Mar 2024 17:59:33 -0500 Subject: [PATCH] Fix linter (#1) Signed-off-by: Addisu Z. Taddese --- CONTRIBUTING.md | 4 ++-- gz_sim_vendor-extras.cmake.in | 4 ++-- package.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 068d045..cfba094 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that [license](http://www.apache.org/licenses/LICENSE-2.0.html): -~~ +~~~ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of @@ -10,7 +10,7 @@ be under the Apache 2 License, as dictated by that Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. -~~ +~~~ Contributors must sign-off each commit by adding a `Signed-off-by: ...` line to commit messages to certify that they have the right to submit diff --git a/gz_sim_vendor-extras.cmake.in b/gz_sim_vendor-extras.cmake.in index c88bfc2..40b41aa 100644 --- a/gz_sim_vendor-extras.cmake.in +++ b/gz_sim_vendor-extras.cmake.in @@ -9,12 +9,12 @@ get_target_property(components @LIB_NAME@@LIB_VER_MAJOR@::requested INTERFACE_LI foreach(component ${components}) # Skip the core library - if (${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@) + if(${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@) continue() endif() # Skip the -all target - if (${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@-all) + if(${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@-all) continue() endif() diff --git a/package.xml b/package.xml index 0de8ac0..ff19a36 100644 --- a/package.xml +++ b/package.xml @@ -73,7 +73,7 @@ sdformat_vendor - gz-sim + gz-sim8 ament_cmake_copyright ament_cmake_lint_cmake