diff --git a/Modules/CheckTypeSize.cmake b/Modules/CheckTypeSize.cmake index ee54d92e2e..17fdde2913 100644 --- a/Modules/CheckTypeSize.cmake +++ b/Modules/CheckTypeSize.cmake @@ -54,6 +54,7 @@ Check sizeof a type ``LANGUAGE `` Use the ```` 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