apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

fix(cmake): increase the minimum required version of cmake to 3.24.0 #1928

Closed empiredan closed 7 months ago

empiredan commented 7 months ago

https://github.com/apache/incubator-pegasus/issues/1927

Since DOWNLOAD_EXTRACT_TIMESTAMP was introduced in version 3.24, the minimum required version of cmake should be increased from 3.11.0 to 3.24.0. The document of the website would also be updated.