From 06971e07f80ff79e0b2516518ecdaa8bbedd2cc0 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 24 Jan 2016 12:21:30 +0100 Subject: [PATCH] Updated include path, was the wrong path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6414449..1910649 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ if (catkin_FOUND) DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}/serial) else() install(FILES include/serial/serial.h include/serial/v8stdint.h - DESTINATION ${CMAKE_INSTALL_PREFIX}/serial) + DESTINATION ${CMAKE_INSTALL_PREFIX}/include/serial) endif() ## Tests