diff options
author | Brad King <brad.king@kitware.com> | 2023-09-11 16:27:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-09-11 16:27:37 (GMT) |
commit | a273b7f5d4e68df5b1cbc20243491ff23f5d353c (patch) | |
tree | 98c0b9c8e73584d6db06120a0128fd2746eca49d /Help/command | |
parent | b1cb23a011a8ffbcbb648abed36dc73491767ea5 (diff) | |
parent | 84a25fc263b19dc12b062b1272546638721ca28a (diff) | |
download | CMake-a273b7f5d4e68df5b1cbc20243491ff23f5d353c.zip CMake-a273b7f5d4e68df5b1cbc20243491ff23f5d353c.tar.gz CMake-a273b7f5d4e68df5b1cbc20243491ff23f5d353c.tar.bz2 |
Merge topic 'host-msystem-prefix'
84a25fc263 cmake_host_system_information: Add MSYSTEM_PREFIX query
cdcff0a0f0 cmCMakeHostSystemInformationCommand: Clarify function names and roles
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8788
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/cmake_host_system_information.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/command/cmake_host_system_information.rst b/Help/command/cmake_host_system_information.rst index 76824ef..dad0833 100644 --- a/Help/command/cmake_host_system_information.rst +++ b/Help/command/cmake_host_system_information.rst @@ -146,6 +146,13 @@ queried. The list of queried values is stored in ``<variable>``. See :variable:`CMAKE_HOST_SYSTEM_PROCESSOR` +``MSYSTEM_PREFIX`` + .. versionadded:: 3.28 + + Available only on Windows hosts. In a MSYS or MinGW development + environment that sets the ``MSYSTEM`` environment variable, this + is its installation prefix. Otherwise, this is the empty string. + ``DISTRIB_INFO`` .. versionadded:: 3.22 |