From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Tue, 24 Nov 2015 13:25:50 +0100
Subject: Fix location of gen_cpp.py

---
 cmake/gencpp-extras.cmake.em | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/gencpp-extras.cmake.em b/cmake/gencpp-extras.cmake.em
index 78025b9..de02201 100644
--- a/cmake/gencpp-extras.cmake.em
+++ b/cmake/gencpp-extras.cmake.em
@@ -4,7 +4,7 @@ set(GENCPP_BIN "@(CMAKE_CURRENT_SOURCE_DIR)/scripts/gen_cpp.py")
 set(GENCPP_TEMPLATE_DIR "@(CMAKE_CURRENT_SOURCE_DIR)/scripts")
 @[else]@
 # bin and template dir variables in installspace
-set(GENCPP_BIN "${gencpp_DIR}/../../../@(CATKIN_PACKAGE_BIN_DESTINATION)/gen_cpp.py")
+set(GENCPP_BIN "/usr/lib/gencpp/gen_cpp.py")
 set(GENCPP_TEMPLATE_DIR "${gencpp_DIR}/..")
 @[end if]@
 
