mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 03:34:53 +08:00
try fix catkin_int for gitlab ci
This commit is contained in:
parent
08072ffec0
commit
39bcf53062
@ -4,7 +4,9 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake"
|
||||
|
||||
# Find catkin
|
||||
find_package(catkin REQUIRED)
|
||||
find_package(Boost REQUIRED)
|
||||
if(CATKIN_ENABLE_TESTING)
|
||||
find_package(Boost REQUIRED)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
find_library(IOKIT_LIBRARY IOKit)
|
||||
|
||||
@ -21,6 +21,6 @@
|
||||
|
||||
<buildtool_depend>catkin</buildtool_depend>
|
||||
|
||||
<test_depend>Boost</test_depend>
|
||||
<test_depend>boost</test_depend>
|
||||
|
||||
</package>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user