From 839129b86453f0b0b2b47dac5502ecc3dae7ffb3 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 30 Sep 2017 11:00:32 +0200 Subject: tools/cmake: Update to 3.9.3 Update CMake to 3.9.3 Remove FreeBSD patch (not needed) Rearrage and update patches Signed-off-by: Daniel Engberg --- tools/cmake/patches/120-alpine_musl-compat.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tools/cmake/patches/120-alpine_musl-compat.patch (limited to 'tools/cmake/patches/120-alpine_musl-compat.patch') diff --git a/tools/cmake/patches/120-alpine_musl-compat.patch b/tools/cmake/patches/120-alpine_musl-compat.patch deleted file mode 100644 index ae93201e53..0000000000 --- a/tools/cmake/patches/120-alpine_musl-compat.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/Utilities/cmjsoncpp/include/json/assertions.h -+++ b/Utilities/cmjsoncpp/include/json/assertions.h -@@ -6,12 +6,12 @@ - #ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED - #define CPPTL_JSON_ASSERTIONS_H_INCLUDED - -+#include -+ - #if !defined(JSON_IS_AMALGAMATION) - #include "config.h" - #endif // if !defined(JSON_IS_AMALGAMATION) - --#include -- - #if JSON_USE_EXCEPTION - #include - #define JSON_ASSERT(condition) \ -- cgit v1.2.3