jorio / Nanosaur

Nanosaur source port 🦖
https://pangeasoft.net/nano
Other
380 stars 24 forks source link

Update minimum CMake version #23

Closed orazioedoardo closed 2 years ago

orazioedoardo commented 2 years ago

The C17 standard is supported on CMake 3.21 onwards.

https://cmake.org/cmake/help/latest/prop_tgt/C_STANDARD.html

jorio commented 2 years ago

Oops, thanks for bringing this up. Seeing as CMake 3.21 came out less than a year ago, I'm wondering if it's too soon to make this change (for people that don't use rolling release distros). I'll think about it.

jorio commented 2 years ago

30137d8 restores support for C11 if the user doesn't have CMake 3.21. Thanks again for pointing this out!