Commit 651c0bcd authored by Brad King's avatar Brad King Committed by Daniel Stenberg
Browse files

CMake: Use upstream CheckTypeSize module



The CheckTypeSize module that comes with CMake 2.6.2 and above does
everything we need and also supports cross-compiling.  Avoid duplicating
an older version of it here.  This also fixes a cross-compiling error
because the old line

  include ("${CMAKE_MODULE_PATH}/CheckTypeSize.cmake")

failed because CMAKE_MODULE_PATH is a search path and not a directory.

Signed-off-by: default avatarBrad King <brad.king@kitware.com>
parent d45ed0ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment