Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 371ec95

Browse files
committed
extend CMP0054 policy
1 parent 20b9ec5 commit 371ec95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

turtlebot3_fake/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
################################################################################
44
cmake_minimum_required(VERSION 3.0.2)
55
project(turtlebot3_fake)
6+
cmake_policy(SET CMP0054 NEW)
67

78
################################################################################
89
# Find catkin packages and libraries for catkin and system dependencies

turtlebot3_gazebo/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
################################################################################
44
cmake_minimum_required(VERSION 3.0.2)
55
project(turtlebot3_gazebo)
6+
cmake_policy(SET CMP0054 NEW)
67

78
## Compile as C++11, supported in ROS Kinetic and newer
89
add_compile_options(-std=c++11)

0 commit comments

Comments
 (0)