Fix warning when building for X11 on Cygwin

This commit is contained in:
Camilla Berglund 2016-03-18 10:32:14 +01:00
parent 99c925efd8
commit 0365f1ec82

View File

@ -1,3 +1,5 @@
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
project(GLFW C)
cmake_minimum_required(VERSION 2.8.12)