mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Build: Revert min version to 3.10
This commit is contained in:
parent
03d5ad6fed
commit
becef672bb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# in the COPYING file in the root directory of this source tree).
|
||||
# ################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||
|
||||
# As of 2018-12-26 ZSTD has been validated to build with cmake version 3.13.2 new policies.
|
||||
# Set and use the newest cmake policies that are validated to work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue