mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
Change: don't encourage the use of LZO
LZO was used before the first version we track in our version control system, which dates back to Aug 2004. Somewhere before that time a few savegames / scenarios exist which use LZO. No other savegame / scenario does since then. Let's not encourage people to install something that ancient. There are no scenarios on BaNaNaS that require LZO.
This commit is contained in:
parent
731af1f1f3
commit
ad47ebc1a8
@ -179,7 +179,7 @@ include(LinkPackage)
|
||||
link_package(PNG TARGET PNG::PNG ENCOURAGED)
|
||||
link_package(ZLIB TARGET ZLIB::ZLIB ENCOURAGED)
|
||||
link_package(LIBLZMA TARGET LibLZMA::LibLZMA ENCOURAGED)
|
||||
link_package(LZO ENCOURAGED)
|
||||
link_package(LZO)
|
||||
link_package(XDG_basedir)
|
||||
|
||||
if(NOT OPTION_DEDICATED)
|
||||
|
Loading…
Reference in New Issue
Block a user