CheckSizeOf.cmake 814 B

123456789101112131415161718
  1. #=============================================================================
  2. # Copyright 2002-2009 Kitware, Inc.
  3. #
  4. # Distributed under the OSI-approved BSD License (the "License");
  5. # see accompanying file Copyright.txt for details.
  6. #
  7. # This software is distributed WITHOUT ANY WARRANTY; without even the
  8. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. # See the License for more information.
  10. #=============================================================================
  11. # (To distributed this file outside of CMake, substitute the full
  12. # License text for the above reference.)
  13. MESSAGE(SEND_ERROR
  14. "Modules/CheckSizeOf.cmake has been removed. "
  15. "Use Modules/CheckTypeSize.cmake instead. This "
  16. "compatability check may be removed before the next release!")