summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:17 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:17 +0900
commit5dfa20f6e3908ae58658cd105297f8aa3b4eb1d6 (patch)
tree7edb8aa96d464a81152f81bf0a6b85415f99999f /Help
parenta9a515dd6b7b96484920a3f0f1202393b91dfd2e (diff)
downloadcmake-5dfa20f6e3908ae58658cd105297f8aa3b4eb1d6.tar.gz
cmake-5dfa20f6e3908ae58658cd105297f8aa3b4eb1d6.tar.bz2
cmake-5dfa20f6e3908ae58658cd105297f8aa3b4eb1d6.zip
Imported Upstream version 3.11.1upstream/3.11.1
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.11.rst25
1 files changed, 16 insertions, 9 deletions
diff --git a/Help/release/3.11.rst b/Help/release/3.11.rst
index b57ac29bb..dbaa8af4d 100644
--- a/Help/release/3.11.rst
+++ b/Help/release/3.11.rst
@@ -127,15 +127,6 @@ Properties
Modules
-------
-* The :module:`CheckIncludeFile` module ``check_include_file`` macro
- learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
-
-* The :module:`CheckIncludeFileCXX` module ``check_include_file_cxx`` macro
- learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
-
-* The :module:`CheckIncludeFiles` module ``check_include_files`` macro
- learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
-
* The :module:`CheckIncludeFiles` module :command:`CHECK_INCLUDE_FILES`
command gained a ``LANGUAGE`` option to specify whether to check using the
``C`` or ``CXX`` compiler.
@@ -276,3 +267,19 @@ Other Changes
values containing newlines are now truncated before writing to the file.
In addition, a warning comment is written to the cache file, and a warning
message is displayed to the user on the console.
+
+Updates
+=======
+
+Changes made since CMake 3.11.0 include the following.
+
+3.11.1
+------
+
+* The :module:`CheckIncludeFile` module ``check_include_file`` macro,
+ :module:`CheckIncludeFileCXX` module ``check_include_file_cxx`` macro,
+ and :module:`CheckIncludeFiles` module ``check_include_files`` macro
+ were taught to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable in
+ CMake 3.11.0. This has been reverted due to changing behavior of
+ checks for existing projects. It may be restored in the future
+ with a policy for compatibility.