CMake/Utilities/cmcurl
Brad King 5924270273 curl: Simplify if() conditions on check result variables
Remove use of an old hack that takes advantage of the auto-dereference
behavior of the if() command to detect if a variable is defined.  The
hack has the form:

 if("${VAR} MATCHES "^${VAR}$")

where "${VAR}" is a macro argument reference.  Use if(DEFINED) instead.
This also avoids warnings for CMake Policy CMP0054.
2014-10-30 11:11:49 -04:00
..
CMake curl: Simplify if() conditions on check result variables 2014-10-30 11:11:49 -04:00
include/curl curl: Port to Haiku again 2014-10-29 16:43:45 -04:00
lib curl: Remove outdated Haiku preprocessor checks 2014-10-29 16:43:49 -04:00
.gitattributes curl: Disable all whitespace checks in third-party code 2014-10-29 16:41:05 -04:00
CMakeLists.txt curl: Port to Haiku again 2014-10-29 16:43:45 -04:00
COPYING Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
curltest.c curl: Drop unused testing code 2014-10-29 16:41:14 -04:00