diff options
author | glx22 <glx@openttd.org> | 2021-02-05 22:31:33 +0100 |
---|---|---|
committer | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-02-05 23:41:55 +0100 |
commit | 99448eedca8f3759b8de44c356f3947dbd6e448b (patch) | |
tree | e34bb4190a163affbf2574c1f05fe1d088791330 /cmake | |
parent | a667ed945f928a605a7e4c636d62d47eeb8dc6aa (diff) | |
download | openttd-99448eedca8f3759b8de44c356f3947dbd6e448b.tar.xz |
Fix: [CMake] os/windows/openttd.manifest is not a generated file
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/CompileFlags.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
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 |