From a844fca76e5d5848ecdfc1814071d7d2f4e1d1a4 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Wed, 30 Jan 2019 18:26:24 +0000
Subject: [PATCH 1/3] Files required to include ClangFormat are missing

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07bb3edc..3e19fafc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1449,4 +1449,4 @@ if(MSVC_VERSION EQUAL 1600)
   endif()
 endif()
 
-include(ClangFormat)
+# include(ClangFormat)
-- 
2.17.2 (Apple Git-113)

