From 4d7b4b2d2cfe2535a96266d8b3850a11d6be650a Mon Sep 17 00:00:00 2001 From: Tracy Narine <76846523+tmnarine@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:08:22 -0400 Subject: [PATCH] Remove bad file reference - VlcCovergroup.h seems to be a leftover change no longer needed - Removing allows cmake build on macOS to run further - make ; make tests ; make examples all still ok after this change as a double check --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ba8f6a7b7..469456b45 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -201,7 +201,6 @@ set(HEADERS V3WidthCommit.h V3WidthRemove.h VlcBucket.h - VlcCovergroup.h VlcOptions.h VlcPoint.h VlcSource.h