otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.59k stars 1.06k forks source link

Debian VPS - compilation error (fix) #3670

Open themaoci opened 3 years ago

themaoci commented 3 years ago

find file CMakeLists.txt and change find_package(fmt 6.1.2 REQUIRED) to find_package(fmt 5.2.1 REQUIRED)

it will still work as intended without any issues and will allow more linux os'es to be run it on

Zbizu commented 3 years ago

https://github.com/otland/forgottenserver/wiki/Contributing

https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests

themaoci commented 3 years ago

i dont know how to edit wiki pages ... also i dont have that forked anywhere so yea....

DSpeichert commented 3 years ago

I guess if someone opens a PR we'll see if older version makes CI happy.