Fix curl CMake build.
authorBill Hoffman <bill.hoffman@kitware.com>
Wed, 24 Mar 2010 14:57:54 +0000 (10:57 -0400)
committerBill Hoffman <bill.hoffman@kitware.com>
Wed, 24 Mar 2010 14:57:54 +0000 (10:57 -0400)
commitd42f9329dc52200e3964d1060f373368f401b828
tree5c9883a0999d5f2e0f7e247d22512411caccb483
parent9828b926ae9204e3a7d7699fc1a5a76b5520c987
Fix curl CMake build.

This commit fixes the cmake build of curl, and cleans up the
cmake code a little.  It removes some commented out code and
some trailing whitespace.  To get curl to build the binary
tree include/curl directory needed to be added to the include
path. Also, SIZEOF_SHORT needed to be added.  A check for the
lack of defines of SIZEOF_* for warnless.c was added.
CMakeLists.txt
lib/curl_config.h.cmake
lib/warnless.c