1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-10 06:52:05 +01:00

Codefix: remove unused set/process_compile_flags from CMake system

This commit is contained in:
Rubidium
2025-02-11 19:08:33 +01:00
committed by rubidium42
parent 984da2455b
commit cf05b6c2f8
2 changed files with 0 additions and 42 deletions

View File

@@ -299,7 +299,6 @@ if(IPO_FOUND)
set_target_properties(openttd PROPERTIES INTERPROCEDURAL_OPTIMIZATION_RELWITHDEBINFO True)
endif()
set_target_properties(openttd PROPERTIES VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_BINARY_DIR}")
process_compile_flags()
include(LinkPackage)
link_package(PNG TARGET PNG::PNG ENCOURAGED)