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

Fixed an installation error.

This commit is contained in:
William Woodall 2012-01-04 14:23:49 -06:00
parent 04608ec94b
commit 2297c4f465
2 changed files with 1 additions and 3 deletions

View File

@ -95,7 +95,7 @@ IF(NOT SERIAL_DONT_CONFIGURE_INSTALL)
ARCHIVE DESTINATION lib ARCHIVE DESTINATION lib
) )
INSTALL(FILES include/serial.h DESTINATION include) INSTALL(FILES include/serial/serial.h DESTINATION include/serial)
IF(NOT CMAKE_FIND_INSTALL_PATH) IF(NOT CMAKE_FIND_INSTALL_PATH)
set(CMAKE_FIND_INSTALL_PATH ${CMAKE_ROOT}) set(CMAKE_FIND_INSTALL_PATH ${CMAKE_ROOT})

View File

@ -33,6 +33,4 @@ rosbuild_link_boost(${PROJECT_NAME} system filesystem thread)
rosbuild_add_executable(serial_example examples/serial_example.cpp) rosbuild_add_executable(serial_example examples/serial_example.cpp)
target_link_libraries(serial_example ${PROJECT_NAME}) target_link_libraries(serial_example ${PROJECT_NAME})
message(here)
endmacro(build_serial) endmacro(build_serial)