+ Fixed bug #952, which caused cmake complaints under Cygwin.
This commit is contained in:
Paul Beckingham 2012-03-14 00:03:01 -04:00
parent 86e74c1020
commit 99e058cbe7
2 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -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.