|
From: <ai...@us...> - 2013-07-16 16:42:35
|
Revision: 12425
http://sourceforge.net/p/plplot/code/12425
Author: airwin
Date: 2013-07-16 16:42:32 +0000 (Tue, 16 Jul 2013)
Log Message:
-----------
Drop "set(CMAKE_LEGACY_CYGWIN_WIN32 0)" to follow the directions
precisely which are that you should only set that variable if the
minimum version (currently 2.8.9) is less than 2.8.4.
Modified Paths:
--------------
trunk/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2013-07-15 19:43:05 UTC (rev 12424)
+++ trunk/CMakeLists.txt 2013-07-16 16:42:32 UTC (rev 12425)
@@ -32,9 +32,6 @@
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
-# Force CMake to _NOT_ define 'WIN32' on Cygwin
-set(CMAKE_LEGACY_CYGWIN_WIN32 0)
-
# It is a fatal error if no working C compiler is available to build
# the PLplot core C library and core C examples. All other compilers
# required by our bindings are optional in that if no working compiler
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|