diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-11-21 13:39:01 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-21 18:48:59 +0100 |
commit | 7d03e90390c7a156f882a60f7551a177c38288a8 (patch) | |
tree | 8d0fb95a3a094c38c6ba0e9e87433229b5f5543a /tools/cmake/patches | |
parent | a233e3a9afaf523955b6fcd31c9e922242ac1bc0 (diff) | |
download | upstream-7d03e90390c7a156f882a60f7551a177c38288a8.tar.gz upstream-7d03e90390c7a156f882a60f7551a177c38288a8.tar.bz2 upstream-7d03e90390c7a156f882a60f7551a177c38288a8.zip |
tools/cmake: update to 3.18.5
Update cmake to 3.18.5
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/cmake/patches')
-rw-r--r-- | tools/cmake/patches/130-bootstrap_parallel_make_flag.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch index 4d5ed266c4..c05ca4554e 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 -@@ -1296,7 +1296,10 @@ int main(){ printf("1%c", (char)0x0a); r +@@ -1297,7 +1297,10 @@ int main(){ printf("1%c", (char)0x0a); r ' > "test.c" cmake_original_make_flags="${cmake_make_flags}" if test "x${cmake_parallel_make}" != "x"; then |