mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
Merge topic 'doc-CheckTypeSize'
b76009bb5a CheckTypeSize: Document default language
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9967
This commit is contained in:
@@ -54,6 +54,7 @@ Check sizeof a type
|
||||
``LANGUAGE <language>``
|
||||
Use the ``<language>`` compiler to perform the check.
|
||||
Acceptable values are ``C`` and ``CXX``.
|
||||
If not specified, it defaults to ``C``.
|
||||
|
||||
Despite the name of the macro you may use it to check the size of more
|
||||
complex expressions, too. To check e.g. for the size of a struct
|
||||
|
||||
Reference in New Issue
Block a user