From 0365f1ec8291d926b12bee9bf29d16eb865a8c3b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 18 Mar 2016 10:32:14 +0100 Subject: [PATCH] Fix warning when building for X11 on Cygwin --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3d277b1..070beae4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +set(CMAKE_LEGACY_CYGWIN_WIN32 OFF) + project(GLFW C) cmake_minimum_required(VERSION 2.8.12)