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:
parent
6c23fcaacd
commit
7a580fd2b2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.14)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
set(VERSION "0.5.1")
|
||||
set(SOVERSION 15)
|
||||
|
|
Loading…
Reference in a new issue