diff --git a/CMakeLists.txt b/CMakeLists.txt index d98a3957e..830ec5f46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,6 @@ endif() if(LINUX OR ANDROID OR BSD) list(APPEND LIBFASTFETCH_SRC src/detection/cpuUsage/cpuUsage_linux.c - src/detection/battery/battery_linux.c src/detection/disk/disk_linux.c ) endif()