CMake/Utilities/cmcurl/CMake
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
..
Platforms curl: Remove unused SIZEOF_LONG_DOUBLE 2014-10-29 16:43:27 -04:00
CMakeConfigurableFile.in Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
CurlCheckCSourceCompiles.cmake curl: Simplify if() conditions on check result variables 2014-10-30 11:11:49 -04:00
CurlCheckCSourceRuns.cmake curl: Simplify if() conditions on check result variables 2014-10-30 11:11:49 -04:00
CurlTests.c Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
FindCARES.cmake Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
FindLibSSH2.cmake Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
Macros.cmake curl: Simplify if() conditions on check result variables 2014-10-30 11:11:49 -04:00
OtherTests.cmake curl: Simplify if() conditions on check result variables 2014-10-30 11:11:49 -04:00
Utilities.cmake Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00