From bc6c4fcd2d67935f9eb2ef1e2e8c05078ec9a6d9 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 6 Jul 2018 16:46:33 +0300 Subject: tools/cmake: update to 3.11.4 Update cmake and refresh patches. Signed-off-by: Hannu Nyman (backported from 55fa8068c4eb1f6213ca115655067e635da3e637) --- tools/cmake/patches/130-bootstrap_parallel_make_flag.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cmake/patches/130-bootstrap_parallel_make_flag.patch') diff --git a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch index de5137ee38..1fb0ebeaac 100644 --- a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch +++ b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch @@ -1,6 +1,6 @@ --- a/bootstrap +++ b/bootstrap -@@ -1149,7 +1149,10 @@ int main(){ printf("1%c", (char)0x0a); r +@@ -1151,7 +1151,10 @@ int main(){ printf("1%c", (char)0x0a); r ' > "test.c" cmake_original_make_flags="${cmake_make_flags}" if [ "x${cmake_parallel_make}" != "x" ]; then -- cgit v1.2.3