You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
# CAN_DRIVER_NAME is deprecated and has been replaced by DRIVER.
set(DRIVER "socket" CACHE STRING "The CAN driver to use. The following drivers are available: ${SUPPORTED_DRIVERS}.")
set(BUILD_DRIVERS "" CACHE STRING "Semicolon-separated list of additional CAN drivers to build. The following drivers are available: ${SUPPORTED_DRIVERS}.")
option(BUILD_ALL_DRIVERS "Build all available drivers." OFF)