diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2f5995db6c76141ba23cb44846be3abbae5f3f2..06f14653ce5c671d4d34d0680970a516ea7f72b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,9 @@
 cmake_minimum_required(VERSION 2.8.3)
+
+if (POLICY CMP0048)
+  cmake_policy(SET CMP0048 NEW)
+endif (POLICY CMP0048)
+
 project(lrs_msgs)
 
 ## Find catkin macros and libraries