blob: f8b9bdb9d4503893f8971e48ba5dd101d91078db (
plain)
1
2
3
4
5
6
7
8
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.
message(SEND_ERROR
"Modules/CheckSizeOf.cmake has been removed. "
"Use Modules/CheckTypeSize.cmake instead. This "
"compatibility check may be removed before the next release!")
|