From 28d51dbebcca751a02ed4e763929831b8b5db09a Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Thu, 4 Jun 2026 21:26:20 +0100 Subject: [PATCH] Update CMakeLists.txt fix for linux --- Engine/source/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Engine/source/CMakeLists.txt b/Engine/source/CMakeLists.txt index 8d3744b01..cba337fc7 100644 --- a/Engine/source/CMakeLists.txt +++ b/Engine/source/CMakeLists.txt @@ -777,7 +777,6 @@ target_precompile_headers(${TORQUE_APP_NAME} PRIVATE - "console/engineObject.h" ) if(TORQUE_TESTING)