From 8241af04a4e56e656d4be24a5c3971e3359bf751 Mon Sep 17 00:00:00 2001 From: Will Son Date: Wed, 14 Jul 2021 17:53:18 +0900 Subject: [PATCH] remove policy from metapackage --- turtlebot3_simulations/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/turtlebot3_simulations/CMakeLists.txt b/turtlebot3_simulations/CMakeLists.txt index 815bd746..d1648a43 100644 --- a/turtlebot3_simulations/CMakeLists.txt +++ b/turtlebot3_simulations/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.0.2) project(turtlebot3_simulations) -cmake_policy(SET CMP0054 NEW) find_package(catkin REQUIRED) catkin_metapackage()