summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-19 19:29:35 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-19 19:29:35 (GMT)
commita429e4b9b1a56470c6c119a077910d2f090c21d0 (patch)
treef0f5010702e49035313f4c9db2e1a10ccd33f553 /Help/release
parent5031934fb05181eb925b81f6747feaa8ffa27787 (diff)
downloadCMake-a429e4b9b1a56470c6c119a077910d2f090c21d0.zip
CMake-a429e4b9b1a56470c6c119a077910d2f090c21d0.tar.gz
CMake-a429e4b9b1a56470c6c119a077910d2f090c21d0.tar.bz2
CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32
Prior to CMake 2.8.4 (released in 2011), we defined `WIN32` on CYGWIN. That was removed, but an undocumented `CMAKE_LEGACY_CYGWIN_WIN32` compatibility mode was left to help projects transition. Only projects that do not require at least 2.8.4 as their minimum CMake version need the compatibility mode. We've also long warned about projects that do not require at least 2.8.12, so it is now reasonable to remove the legacy compatibility mode.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cygwin-no-legacy-win32.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cygwin-no-legacy-win32.rst b/Help/release/dev/cygwin-no-legacy-win32.rst
new file mode 100644
index 0000000..7991138
--- /dev/null
+++ b/Help/release/dev/cygwin-no-legacy-win32.rst
@@ -0,0 +1,5 @@
+cygwin-no-legacy-win32
+----------------------
+
+* On CYGWIN, the undocumented ``CMAKE_LEGACY_CYGWIN_WIN32`` mode for
+ compatibility with CMake versions older than 2.8.4 has been removed.