mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Set cmake version to 3.5 minimum for libmad
This commit is contained in:
parent
f16bec1e0a
commit
94cc77b848
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.1.0)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(mad VERSION 0.16.4)
|
||||
|
||||
option(BUILD_SHARED_LIBS "Build dynamic library" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue