From cfd0fb83d3ca29026b1754e5f8456f0ab7343ef9 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Fri, 11 Nov 2016 13:52:10 +0700 Subject: [PATCH] CMake: Fix warning on Cygwin --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f235e66..61592f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +set(CMAKE_LEGACY_CYGWIN_WIN32 0) cmake_minimum_required(VERSION 2.8) include(GNUInstallDirs)