From 8122214c0de5b6813b7d2dbc47a33b5afdf6e8fb Mon Sep 17 00:00:00 2001
From: James Johnston <johnstonj.public@codenest.com>
Date: Mon, 17 Aug 2015 05:33:33 +0000
Subject: [PATCH] cmake: Set CMAKE_LEGACY_CYGWIN_WIN32 to 0.

This is necessary to satisfy a warning in
Modules/Platform/CYGWIN.cmake.

Change-Id: If5b5a661d3b82f4f3542ed34e96e4ccff4cbce8d
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f063418a..c1229ff1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -91,6 +91,7 @@ ENDIF()
 IF(POLICY CMP0056)
   CMAKE_POLICY(SET CMP0056 NEW)
 ENDIF()
+SET(CMAKE_LEGACY_CYGWIN_WIN32 0)
 
 #-----------------------------------------------------------------------------
 # If a namespace is not specified, use "kwsys" and enable testing.
-- 
GitLab