From aff1edc6d5dedd1530d34dea67d4b0156ef07e7f Mon Sep 17 00:00:00 2001 From: "buaaxw@gmail.com" Date: Thu, 18 Feb 2021 14:23:09 +0800 Subject: [PATCH] fix the cmake error --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fda9a54..7e1b95d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,5 @@ cmake_minimum_required(VERSION 2.8.3) project(fast_lio) -cmake_policy(SET CMP0074 NEW) SET(CMAKE_BUILD_TYPE "Debug")