From 99448eedca8f3759b8de44c356f3947dbd6e448b Mon Sep 17 00:00:00 2001 From: glx22 Date: Fri, 5 Feb 2021 22:31:33 +0100 Subject: Fix: [CMake] os/windows/openttd.manifest is not a generated file --- cmake/CompileFlags.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmake') diff --git a/cmake/CompileFlags.cmake b/cmake/CompileFlags.cmake index 772041a42..f4047b839 100644 --- a/cmake/CompileFlags.cmake +++ b/cmake/CompileFlags.cmake @@ -27,9 +27,6 @@ macro(compile_flags) # Enable multi-threaded compilation. add_compile_options(/MP) endif() - - # Add DPI manifest to project; other WIN32 targets get this via ottdres.rc - list(APPEND GENERATED_SOURCE_FILES "${CMAKE_SOURCE_DIR}/os/windows/openttd.manifest") endif() # Add some -D flags for Debug builds. We cannot use add_definitions(), because -- cgit v1.2.3-54-g00ecf