From 3c4df661c0c8d693b5198cbbf61f679c76fdea52 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 5 Jan 2018 23:30:02 +0200 Subject: tools/cmake: update to 3.10.1 Update cmake to 3.10.1 Refresh patches Signed-off-by: Hannu Nyman --- tools/cmake/patches/140-bootstrap_parallel_make_flag.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cmake/patches/140-bootstrap_parallel_make_flag.patch') diff --git a/tools/cmake/patches/140-bootstrap_parallel_make_flag.patch b/tools/cmake/patches/140-bootstrap_parallel_make_flag.patch index 734e8cb..a3cdefb 100644 --- a/tools/cmake/patches/140-bootstrap_parallel_make_flag.patch +++ b/tools/cmake/patches/140-bootstrap_parallel_make_flag.patch @@ -1,6 +1,6 @@ --- a/bootstrap +++ b/bootstrap -@@ -1094,7 +1094,10 @@ int main(){ printf("1%c", (char)0x0a); r +@@ -1130,7 +1130,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.1