11 Commits (fbf1b4b3d6e5c663ddcebfbf61c9a323ca1f8bd0)

Author SHA1 Message Date
Aaron Bieber b0af263838 fix build on OpenBSD 8 years ago
Brad House 1d8077b285 suggested PROJECT_NAME change broke chain building as it needs the magic PROJECT_NAME set in the ADD_LIBRARY for matching. Fix to make both goals work 8 years ago
Brad House bc14ee76b9 update MacOSX 10.12 detection 8 years ago
Brad House c41726b42a Expand XCode clock_gettime fix to include MacOS 10.12, not just iOS10 8 years ago
Brad House 6db065bc54 PROJECT_SOURCE_DIR instead of CMAKE_CURRENT_SOURCE_DIR as per @gjasny 8 years ago
Brad House ec730cc1c9 use a project name of c-ares as per @gjasny 8 years ago
Brad House 096282df53 Import curl conversion of Makefile.inc to cmake form dynamically as per bdoetsch@ameritech.net to make maintaining multiple build systems easier 8 years ago
Brad House bb764c88c6 cleanups as per @gjasny ... Use naked IF statements and use NOT DEFINED 8 years ago
Brad House 503d8712f2 CMake: Unify library versioning with the libtool methodology to make keeping library versions in sync easier with the autotools build system 8 years ago
Brad House 7518c26d8e XCode v8 introduced clock_gettime() for iOS v10. However, it is a weak symbol, which means when earlier iOS versions try to use clock_gettime() it results in a crash due to the missing symbol. Detect this condition and do not set HAVE_CLOCK_GETTIME_MONOTONIC. 8 years ago
Brad House e4fe33edb7 Adds cmake build system support to C-Ares. 8 years ago