mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
fix: Enable Catkin use by default
Prevents CI issues for now
This commit is contained in:
parent
bb938f758a
commit
82fc4a7650
@ -9,8 +9,8 @@ project(serial VERSION 1.2.1)
|
|||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
# Use Catkin (disabled by default)
|
# Use Catkin
|
||||||
option(USE_CATKIN off)
|
option(USE_CATKIN on)
|
||||||
# Build serial sample
|
# Build serial sample
|
||||||
option(BUILD_SAMPLE on)
|
option(BUILD_SAMPLE on)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user