Skip to content
Snippets Groups Projects
Commit 96353630 authored by Piotr Rudol's avatar Piotr Rudol
Browse files

fixed policy

parent fd052518
No related branches found
No related tags found
No related merge requests found
Pipeline #37944 passed
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 3.0.2)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)
project(lrs_common) project(lrs_common)
add_compile_options(-std=c++11) add_compile_options(-std=c++11)
## Find catkin macros and libraries ## Find catkin macros and libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment