diff --git a/CMakeLists.txt b/CMakeLists.txt
index 424392339ee23244929e92ff69a237a4e1d28efc..5e442d8729fa7e9cc8b3dbd12821dfe0b3c408f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,3 +162,8 @@ include_directories(
 
 ## Add folders to be run by python nosetests
 # catkin_add_nosetests(test)
+
+set(cpackconfig "/opt/lrs_wara/src/lrs_wara/cpackconfig.cmake")
+if (EXISTS ${cpackconfig})
+  include(${cpackconfig})
+endif()