- Removed obsolete WIN32 reference that causes lots of verbose warnings
  from cmake.
This commit is contained in:
Paul Beckingham
2012-08-31 14:24:54 +02:00
parent b0af5f1496
commit 589d8fab5c
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
cmake_minimum_required (VERSION 2.8)
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
include (CheckFunctionExists)
include (CheckStructHasMember)