CMake/Utilities/cmcurl/CMake
Brad King 425acc522f cmcurl: Use if(DEFINED) to simplify conditions
Replace old hacks of the form 'if("${VAR}" MATCHES "^${VAR}$")'
with the much simpler 'if(NOT DEFINED ${VAR})'.
2014-09-11 21:23:24 +02:00
..
CMakeConfigurableFile.in COMP: Fix support for old CMake (2.0 and 2.2) 2007-03-16 09:34:40 -04:00
CurlCheckCSourceCompiles.cmake cmcurl: Use if(DEFINED) to simplify conditions 2014-09-11 21:23:24 +02:00
CurlCheckCSourceRuns.cmake Drop use of configure_file IMMEDIATE option 2013-11-13 10:12:17 -05:00
CurlTests.c Haiku: Remove outdated preprocessor checks 2013-10-08 09:55:55 -04:00
OtherTests.cmake Use _POLL_EMUL_H_ instead of HAVE_POLL_FINE 2010-12-16 14:59:05 -05:00