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