diff options
Diffstat (limited to 'Help/variable/CMAKE_SYSTEM_VERSION.rst')
-rw-r--r-- | Help/variable/CMAKE_SYSTEM_VERSION.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SYSTEM_VERSION.rst b/Help/variable/CMAKE_SYSTEM_VERSION.rst new file mode 100644 index 0000000..61bb40e --- /dev/null +++ b/Help/variable/CMAKE_SYSTEM_VERSION.rst @@ -0,0 +1,8 @@ +CMAKE_SYSTEM_VERSION +-------------------- + +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. |