diff options
author | Brad King <brad.king@kitware.com> | 2022-05-25 11:20:06 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-05-25 11:20:12 (GMT) |
commit | fb04ef3f16b07702b3c8866f0bb4f584e6267f7e (patch) | |
tree | bd5520ccf0065f2a599bdaea90ff42d78cbdc911 | |
parent | 5aa6b9db7661ebcce40a3bb5bab77c92ad73ddba (diff) | |
parent | 711031df7cecffbdc26e1ba9c36e9725990fd42b (diff) | |
download | CMake-fb04ef3f16b07702b3c8866f0bb4f584e6267f7e.zip CMake-fb04ef3f16b07702b3c8866f0bb4f584e6267f7e.tar.gz CMake-fb04ef3f16b07702b3c8866f0bb4f584e6267f7e.tar.bz2 |
Merge topic 'doc-cmake-compiler-is-gnu-deprecation'
711031df7c Help: Deprecate the CMAKE_COMPILER_IS_GNU* variables
c058fdb92a Help: Remove wrong versionadded for CMAKE_COMPILER_IS_GNU* variables
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7293
-rw-r--r-- | Help/variable/CMAKE_COMPILER_IS_GNUCC.rst | 6 | ||||
-rw-r--r-- | Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst | 6 | ||||
-rw-r--r-- | Help/variable/CMAKE_COMPILER_IS_GNUG77.rst | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst b/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst index 91cf848..4b799c0 100644 --- a/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst +++ b/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst @@ -1,7 +1,7 @@ CMAKE_COMPILER_IS_GNUCC ----------------------- -.. versionadded:: 3.7 - True if the ``C`` compiler is GNU. -Use :variable:`CMAKE_C_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. + +This variable is deprecated. Use +:variable:`CMAKE_C_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. diff --git a/Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst b/Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst index e67718a..29069d2 100644 --- a/Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst +++ b/Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst @@ -1,7 +1,7 @@ CMAKE_COMPILER_IS_GNUCXX ------------------------ -.. versionadded:: 3.7 - True if the C++ (``CXX``) compiler is GNU. -Use :variable:`CMAKE_CXX_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. + +This variable is deprecated. Use +:variable:`CMAKE_CXX_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. diff --git a/Help/variable/CMAKE_COMPILER_IS_GNUG77.rst b/Help/variable/CMAKE_COMPILER_IS_GNUG77.rst index f69c01a..05303dc 100644 --- a/Help/variable/CMAKE_COMPILER_IS_GNUG77.rst +++ b/Help/variable/CMAKE_COMPILER_IS_GNUG77.rst @@ -1,7 +1,7 @@ CMAKE_COMPILER_IS_GNUG77 ------------------------ -.. versionadded:: 3.7 - True if the ``Fortran`` compiler is GNU. -Use :variable:`CMAKE_Fortran_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. + +This variable is deprecated. Use +:variable:`CMAKE_Fortran_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead. |