1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

CMake: reduce min cmake requirement 3.14 -> 3.13

There's no benefit from 3.14 we need to use, and 3.13 is supported
on older Linuxes.
This commit is contained in:
Veselin Georgiev 2021-07-17 09:20:35 +03:00
parent 6c23fcaacd
commit 7a580fd2b2

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.13)
set(VERSION "0.5.1")
set(SOVERSION 15)