Skip to content
Snippets Groups Projects
Commit 244f1f61 authored by Tommy Persson's avatar Tommy Persson
Browse files

Setting CMP0048 policy to NEW

parent 6039ea06
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8.3)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)
project(axis_imu)
## Compile as C++11, supported in ROS Kinetic and newer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment