add support for custom PCL build

This commit is contained in:
Borong Yuan
2021-01-19 10:55:25 +08:00
parent 703dd89aca
commit ac8a46cfb1
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.8.3)
project(fast_lio)
cmake_policy(SET CMP0074 NEW)
SET(CMAKE_BUILD_TYPE "Debug")