From 99e058cbe7b74574612cb55c02d2e7e072759deb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 14 Mar 2012 00:03:01 -0400 Subject: [PATCH] Bug #952 + Fixed bug #952, which caused cmake complaints under Cygwin. --- CMakeLists.txt | 2 ++ ChangeLog | 1 + 2 files changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 843928415..be09ddeab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,6 @@ cmake_minimum_required (VERSION 2.8) +set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required + include (CheckFunctionExists) set (HAVE_CMAKE true) diff --git a/ChangeLog b/ChangeLog index 38a79f0b9..06f94e3eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -280,6 +280,7 @@ + Fixed bug #938, which corrected compiler warnings on Solaris (thanks to Owen Clarke). + Fixed bug #944, which caused a test to fail when it was run on an NFS share. + + Fixed bug #951, which caused tag filtering to fail (thanks to Max Muller). # Untracked Bugs, biggest first. + Fixed bug that required the '%YAML' prologue in a YAML import.