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
# 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)