diff options
author | Brad King <brad.king@kitware.com> | 2014-03-05 16:08:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-05 16:08:01 (GMT) |
commit | c9df12cceed9fdf946503ea47abb113ebaa9800e (patch) | |
tree | 602c59acfc96d68713d8face359a475826e5020a /Help/variable/CMAKE_SYSTEM_VERSION.rst | |
parent | cefa80236d01635cccebf9aa69f58f0f40cfede3 (diff) | |
parent | 06986afc4b4708bd6ac74117474bc2738e4a20f7 (diff) | |
download | CMake-c9df12cceed9fdf946503ea47abb113ebaa9800e.zip CMake-c9df12cceed9fdf946503ea47abb113ebaa9800e.tar.gz CMake-c9df12cceed9fdf946503ea47abb113ebaa9800e.tar.bz2 |
Merge topic 'doc-host-target-vars'
06986afc Help: Update CMAKE_SYSTEM* and CMAKE_HOST_SYSTEM* documentation
Diffstat (limited to 'Help/variable/CMAKE_SYSTEM_VERSION.rst')
-rw-r--r-- | Help/variable/CMAKE_SYSTEM_VERSION.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/variable/CMAKE_SYSTEM_VERSION.rst b/Help/variable/CMAKE_SYSTEM_VERSION.rst index 61bb40e..33510bb 100644 --- a/Help/variable/CMAKE_SYSTEM_VERSION.rst +++ b/Help/variable/CMAKE_SYSTEM_VERSION.rst @@ -1,8 +1,8 @@ CMAKE_SYSTEM_VERSION -------------------- -OS version CMake is building for. +The OS version CMake is building for. -A numeric version string for the system, on systems that support -uname, this variable is set to the output of uname -r. On other -systems this is set to major-minor version numbers. +This variable is the same as :variable:`CMAKE_HOST_SYSTEM_VERSION` if +you build for the host system instead of the target system when +cross compiling. |