diff options
Diffstat (limited to 'Help/variable/CMAKE_SYSTEM.rst')
-rw-r--r-- | Help/variable/CMAKE_SYSTEM.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SYSTEM.rst b/Help/variable/CMAKE_SYSTEM.rst new file mode 100644 index 0000000..283d0be --- /dev/null +++ b/Help/variable/CMAKE_SYSTEM.rst @@ -0,0 +1,9 @@ +CMAKE_SYSTEM +------------ + +Name of system cmake is compiling for. + +This variable is the composite of CMAKE_SYSTEM_NAME and +CMAKE_SYSTEM_VERSION, like this +${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_VERSION}. If CMAKE_SYSTEM_VERSION +is not set, then CMAKE_SYSTEM is the same as CMAKE_SYSTEM_NAME. |