From be3060a744449612a64b5dedf4f8335dd555edcc Mon Sep 17 00:00:00 2001 From: Bernd Pfrommer Date: Thu, 30 May 2024 09:47:29 -0400 Subject: [PATCH] removed superfluous cmake_minimum_required --- cmake/ROS2.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/ROS2.cmake b/cmake/ROS2.cmake index fdec141..e5cfd69 100644 --- a/cmake/ROS2.cmake +++ b/cmake/ROS2.cmake @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.5) add_compile_options(-Wall -Wextra -Wpedantic -Werror)