hoehermann / purple-gowhatsapp

Pidgin/libpurple plugin for WhatsApp Web.
GNU General Public License v3.0
276 stars 34 forks source link

CMake 3.18 or higher is required #201

Open lazyest opened 1 month ago

lazyest commented 1 month ago

reqs are telling us it requires cmake 3.8 but all we have

CMake 3.18 or higher is required. You are running version 3.16.3

ubuntu 20.04 is still pretty fresh, cmon!

hoehermann commented 1 month ago

Hi @lazyest

Thank you for the comment. For the win32 build, I need features from CMake 3.18. That is why I did not test with older versions.

Feel free to adjust the version requirement in the CMakeList.txt and let me know if it works on Ubuntu 20.04.

Kind Regards Hermann

hoehermann commented 3 weeks ago

Does building the plug-in work with CMake 3.16 on Ubuntu 20.04?