aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
AgeCommit message (Collapse)Author
2010-03-24Fix curl CMake build.Bill Hoffman
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.
2009-07-14ENH: move config.h.cmake to curl_config.h.cmake so it builds againBill Hoffman