mirror of https://github.com/OpenTTD/OpenTTD
Codechange: [CMake] Enable FHS handling by default for MinGW
parent
b32e638e94
commit
34377820bb
|
@ -46,7 +46,7 @@ endfunction()
|
|||
function(set_options)
|
||||
option(OPTION_PACKAGE_DEPENDENCIES "Copy dependencies into lib/ for easy packaging (Linux only)" OFF)
|
||||
|
||||
if(UNIX AND NOT APPLE AND NOT OPTION_PACKAGE_DEPENDENCIES)
|
||||
if(((UNIX AND NOT APPLE) OR MINGW) AND NOT OPTION_PACKAGE_DEPENDENCIES)
|
||||
set(DEFAULT_OPTION_INSTALL_FHS ON)
|
||||
else()
|
||||
set(DEFAULT_OPTION_INSTALL_FHS OFF)
|
||||
|
|
Loading…
Reference in New Issue