diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-07-06 16:46:33 +0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-07-06 17:50:19 +0200 |
commit | 55fa8068c4eb1f6213ca115655067e635da3e637 (patch) | |
tree | e5b59d3da28885509a06cd3431586fad090fede7 /tools/cmake/patches | |
parent | 0f543883cd0505a98fdc680ce2f08cbfca6d52a7 (diff) | |
download | upstream-55fa8068c4eb1f6213ca115655067e635da3e637.tar.gz upstream-55fa8068c4eb1f6213ca115655067e635da3e637.tar.bz2 upstream-55fa8068c4eb1f6213ca115655067e635da3e637.zip |
tools/cmake: update to 3.11.4
Update cmake and refresh patches.
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 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 |