summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-17 14:14:20 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-17 14:15:18 (GMT)
commitbeaa4fa5ddba4298dfc94b38e1695bac28ea5faf (patch)
tree74ac6e45ad10c684ce1fd9172a94853c2fe64a80 /Help
parent3e966ef734230848cf834fc444dc2695a07ff398 (diff)
downloadCMake-beaa4fa5ddba4298dfc94b38e1695bac28ea5faf.zip
CMake-beaa4fa5ddba4298dfc94b38e1695bac28ea5faf.tar.gz
CMake-beaa4fa5ddba4298dfc94b38e1695bac28ea5faf.tar.bz2
CMakeForceCompiler: De-deprecate until more use cases have alternatives
We deprecated this module in commit v3.5.0-rc1~295^2 (CMakeForceCompiler: Deprecate this module and its macros, 2015-10-19) in order to determine whether anyone still has use cases that require it. Indeed we still need to provide a way to work with toolchains that cannot link binaries without special flags. Remove the deprecation warnings until we can provide an alternative to the module for this use case.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.5.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Help/release/3.5.rst b/Help/release/3.5.rst
index 62703b3..009eb3c 100644
--- a/Help/release/3.5.rst
+++ b/Help/release/3.5.rst
@@ -159,9 +159,6 @@ Other
Deprecated and Removed Features
===============================
-* The :module:`CMakeForceCompiler` module and its macros are now deprecated.
- See module documentation for an explanation.
-
* The :manual:`cmake(1)` ``-E time`` command now properly passes arguments
with spaces or special characters through to the child process. This
may break scripts that worked around the bug with their own extra