diff options
author | Peter Kokot <peterkokot@gmail.com> | 2024-02-02 16:11:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-05 15:15:08 (GMT) |
commit | ef2547bd6abafc05b10933734ca0c029b42dfbaa (patch) | |
tree | 1535f6211af552ebd2455edc58740ff0c14547c4 /Modules | |
parent | cc0c31e79f5c477c7016d5fc831152e58f7abd07 (diff) | |
download | CMake-ef2547bd6abafc05b10933734ca0c029b42dfbaa.zip CMake-ef2547bd6abafc05b10933734ca0c029b42dfbaa.tar.gz CMake-ef2547bd6abafc05b10933734ca0c029b42dfbaa.tar.bz2 |
Help: Document CMAKE_SYSTEM_NAME possible values
Fixes: #21489
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeDetermineSystem.cmake | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Modules/CMakeDetermineSystem.cmake b/Modules/CMakeDetermineSystem.cmake index 1ccde43..b330ed9 100644 --- a/Modules/CMakeDetermineSystem.cmake +++ b/Modules/CMakeDetermineSystem.cmake @@ -6,30 +6,6 @@ # CMAKE_SYSTEM_NAME - on unix this is uname -s, for windows it is Windows # CMAKE_SYSTEM_VERSION - on unix this is uname -r, for windows it is empty # CMAKE_SYSTEM - ${CMAKE_SYSTEM}-${CMAKE_SYSTEM_VERSION}, for windows: ${CMAKE_SYSTEM} -# -# Expected uname -s output: -# -# AIX AIX -# BSD/OS BSD/OS -# FreeBSD FreeBSD -# HP-UX HP-UX -# Linux Linux -# GNU/kFreeBSD GNU/kFreeBSD -# NetBSD NetBSD -# OpenBSD OpenBSD -# OFS/1 (Digital Unix) OSF1 -# SCO OpenServer 5 SCO_SV -# SCO UnixWare 7 UnixWare -# SCO UnixWare (pre release 7) UNIX_SV -# SCO XENIX Xenix -# Solaris SunOS -# SunOS SunOS -# Tru64 Tru64 -# Ultrix ULTRIX -# cygwin CYGWIN_NT-5.1 -# MSYS MSYS_NT-6.1 -# MacOSX Darwin - # find out on which system cmake runs if(CMAKE_HOST_UNIX) |