diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-25 16:10:09 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-26 21:59:40 +0100 |
commit | 2c05fd7ef429cd4f10f44adf604bbc814b189c6b (patch) | |
tree | f0762ddd1bc14b865a3854cd54b40166239b0026 /tools/cmake/patches/110-freebsd-compat.patch | |
parent | a22464b92f2eedb7951237e0d8d505188d32ddc0 (diff) | |
download | upstream-2c05fd7ef429cd4f10f44adf604bbc814b189c6b.tar.gz upstream-2c05fd7ef429cd4f10f44adf604bbc814b189c6b.tar.bz2 upstream-2c05fd7ef429cd4f10f44adf604bbc814b189c6b.zip |
tools/cmake: update to 3.7.0
Release notes at
https://cmake.org/cmake/help/v3.7/release/3.7.html
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/cmake/patches/110-freebsd-compat.patch')
-rw-r--r-- | tools/cmake/patches/110-freebsd-compat.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/110-freebsd-compat.patch b/tools/cmake/patches/110-freebsd-compat.patch index b7419d0bb5..c1d4a274d6 100644 --- a/tools/cmake/patches/110-freebsd-compat.patch +++ b/tools/cmake/patches/110-freebsd-compat.patch @@ -36,4 +36,4 @@ Change-Id: I3b91ed7ac0e6878035aee202b3336c536cc6d2ff +# endif #endif - #if defined(__OpenBSD__) || defined(__NetBSD__) + #if defined(KWSYS_SYS_HAS_MACHINE_CPU_H) |