Socket-CAN broken, need to fix

This commit is contained in:
Neal Probert
2024-03-01 08:34:59 -05:00
parent b3f5631a52
commit 4ab7f79156
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX ../bin)
# list of header files # list of header files
set(SUB_DIRS set(SUB_DIRS
logd seriald stdiod cand gpsd rtcmd logd seriald stdiod gpsd rtcmd
) )
foreach(SUB_DIR ${SUB_DIRS}) foreach(SUB_DIR ${SUB_DIRS})

View File

@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX .)
# list of header files # list of header files
set(SUB_DIRS set(SUB_DIRS
libasn1 libemb libnet libutil libnet++ libcan++ libgps++ libasn1 libemb libnet libutil libnet++ libgps++
) )
foreach(SUB_DIR ${SUB_DIRS}) foreach(SUB_DIR ${SUB_DIRS})