From 4ab7f7915616279638558d0c817d862bce5d1972 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Fri, 1 Mar 2024 08:34:59 -0500 Subject: [PATCH] Socket-CAN broken, need to fix --- daemons/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/CMakeLists.txt b/daemons/CMakeLists.txt index 0f388ab..85a3186 100644 --- a/daemons/CMakeLists.txt +++ b/daemons/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX ../bin) # list of header files set(SUB_DIRS - logd seriald stdiod cand gpsd rtcmd + logd seriald stdiod gpsd rtcmd ) foreach(SUB_DIR ${SUB_DIRS}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54280c9..fa88dab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX .) # list of header files set(SUB_DIRS - libasn1 libemb libnet libutil libnet++ libcan++ libgps++ + libasn1 libemb libnet libutil libnet++ libgps++ ) foreach(SUB_DIR ${SUB_DIRS})