From c23b6df8a47bf15fedd526c86ba5cf0b35a9f32d Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Sat, 21 Mar 2015 09:49:26 +0000 Subject: [PATCH] Downgrading required CMake VERSION to 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d35863f..bf55bed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)