agra-uni-bremen / riscv-vp

RISC-V Virtual Prototype
MIT License
139 stars 49 forks source link

cmake: set minimum required version back to 3.18 (support stock debian 11) #30

Closed mschlaegl closed 1 year ago

mschlaegl commented 1 year ago

Hi,

The latest stable Debian release (11) ships with cmake 3.18. Since there seems to be no strict need to require cmake >= 3.20, and Debian (and derived distributions) are widely used, it would be very convenient for their users to reset the requirement back to 3.18.

best regards, Manfred

nmeum commented 1 year ago

Thanks, this is a good change! Ran into this issue myself a while ago.

Merged in 202269e2047e8f2433aa3437dd62397628fc6f00 thanks for the PR and sorry it took us a while to look at it.