mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Changes: - Added new `RESULT_VARIABLE` keyword to enable customizing the name of the internal cache variable, which contains the boolean result of the check. - The macro check_type_size() changed to function for easier arguments handling. - Documentation synced and extended to better understand the check_type_size() command. Some typos fixed in the initial example. - CheckTypeSize tests adjusted so also C++ is tested. - Error messages slightly adjusted when checking the LANGUAGE argument. Closes: #27202