diff options
Diffstat (limited to 'Help/command/build_name.rst')
-rw-r--r-- | Help/command/build_name.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/command/build_name.rst b/Help/command/build_name.rst new file mode 100644 index 0000000..2148e49 --- /dev/null +++ b/Help/command/build_name.rst @@ -0,0 +1,12 @@ +build_name +---------- + +Deprecated. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead. + +:: + + build_name(variable) + +Sets the specified variable to a string representing the platform and +compiler settings. These values are now available through the +CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables. |