mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 15:31:56 +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)
|
||||
set(CMAKE_C_FLAGS "-std=c99")
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(res)
|
||||
|
|
Loading…
Reference in a new issue