curl/CMake
Brad King fba9f41b84 CMake: 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 in CMake 3.1.
2014-11-19 11:35:15 +01:00
..
Platforms cmake: fix HAVE_GETHOSTNAME definition 2014-11-10 09:07:50 +01:00
CMakeConfigurableFile.in
CurlTests.c
FindCARES.cmake
FindGSS.cmake
FindLibSSH2.cmake
Macros.cmake CMake: Simplify if() conditions on check result variables 2014-11-19 11:35:15 +01:00
OtherTests.cmake
Utilities.cmake