From 1efcdb431504200b4a3f0cffaece6ccb58fab8df Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Wed, 4 Mar 2020 14:26:54 -0800 Subject: [PATCH] Bump CMake version to avoid CMP0048 warning Signed-off-by: Shane Loretz --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2d8529..aeb2c20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(robot_pose_ekf) # bfl (Bayesian Filtering Library) is a third party package that uses pkg-config