1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Updated include path, was the wrong path

This commit is contained in:
Emil Fresk 2016-01-24 12:21:30 +01:00
parent 9cf38d0e99
commit 06971e07f8

View File

@ -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