[waffle] [PATCH] cmake: bump minimum cmake requirement to 2.8.11
Emil Velikov
emil.l.velikov at gmail.com
Fri Sep 26 03:29:37 PDT 2014
commit 43f55fb150ac66498d29f33e5eaa49a1cb456f7e
Author: Emil Velikov <emil.l.velikov at gmail.com>
Date: Fri Jul 18 14:09:03 2014 +0100
cmake: rework cmocka build process
Reworked the cmocka build yet it introduced a dependency of
target_include_directories which does not exists in cmake up
until 2.8.11.
Reported-by: Dave Airlie <airlied at gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebe42ae..14c7da5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@
project(waffle1 C)
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.11)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
--
2.1.0
More information about the waffle
mailing list