mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 18:21:57 +00:00
Downgrading required CMake VERSION to 3.0
This commit is contained in:
parent
2e933497ff
commit
c23b6df8a4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project(Miraclecast)
|
project(Miraclecast)
|
||||||
set(CMAKE_C_FLAGS "-std=c99")
|
set(CMAKE_C_FLAGS "-std=c99")
|
||||||
cmake_minimum_required(VERSION 3.1)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
add_subdirectory(res)
|
add_subdirectory(res)
|
||||||
|
|
Loading…
Reference in a new issue