On 26/09/14 11:29, Emil Velikov wrote:
> commit 43f55fb150ac66498d29f33e5eaa49a1cb456f7e
> Author: Emil Velikov <[email protected]>
> 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.
> 
Completely forgot to mention - this ought to land in the 1.4 (maint)
branch as well as master.

Cheers,
-Emil
> Reported-by: Dave Airlie <[email protected]>
> Signed-off-by: Emil Velikov <[email protected]>
> ---
>  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")
>  
> 

_______________________________________________
waffle mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to