From 26bf82c98cefda45fdd1ac18abc4beab0714841d Mon Sep 17 00:00:00 2001 From: Joerg Date: Mon, 9 Dec 2024 20:33:23 +0100 Subject: [PATCH] Removed src/util/sample_autogen.h from list of PCH to fix broken build --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64446f8d474..df41fa1ea7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1710,7 +1710,6 @@ set( src/util/runtimeloggingcategory.h src/util/safelywritablefile.h src/util/sample.h - src/util/sample_autogen.h src/util/samplebuffer.h src/util/sandbox.h src/util/scopedoverridecursor.h