From 1fe9034ba04fa2f65e4d271c706e898f36154b56 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 10 Jun 2018 01:44:03 -0600 Subject: [PATCH] CMake: Don't build ca_bundle_data_src.c It only contains statics, and it's intended to be #included --- panda/src/express/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/express/CMakeLists.txt b/panda/src/express/CMakeLists.txt index 6b6ea27fa9..ff17d24592 100644 --- a/panda/src/express/CMakeLists.txt +++ b/panda/src/express/CMakeLists.txt @@ -1,6 +1,5 @@ set(P3EXPRESS_HEADERS buffer.I buffer.h - ca_bundle_data_src.c checksumHashGenerator.I checksumHashGenerator.h circBuffer.I circBuffer.h compress_string.h