From 04e7f3ebdb45de67ebd147e22a5342ab7b2c732b Mon Sep 17 00:00:00 2001 From: Marcel Pi <25649656+MarcelPiNacy@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:22:40 +0100 Subject: [PATCH] Remove unused policy spec. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 700c121f7..b5ac3ebb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required (VERSION 3.20.0) cmake_policy (SET CMP0097 NEW) -cmake_policy (SET CMP0140 NEW) cmake_policy (SET CMP0077 OLD) set (CARLA_VERSION_MAJOR 0)