1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

fix: Enable Catkin use by default

Prevents CI issues for now
This commit is contained in:
blabbe 2020-03-13 09:55:00 +01:00
parent bb938f758a
commit 82fc4a7650

View File

@ -9,8 +9,8 @@ project(serial VERSION 1.2.1)
## Options
# Use Catkin (disabled by default)
option(USE_CATKIN off)
# Use Catkin
option(USE_CATKIN on)
# Build serial sample
option(BUILD_SAMPLE on)