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:
parent
04608ec94b
commit
2297c4f465
@ -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})
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user