Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-22 | OK, so the FIND sub-command of string() in CMake was only added with 2.8.5, ↵ | Naram Qashat | |
change this to use the REGEX sub-commands instead. Also while I'm at it, make -pthread only get added when not on Mac OS X, it's auto-included there. | |||
2012-09-22 | Fix issues with CMake trying to add ↵ | Naram Qashat | |
/System/Library/Frameworks/Kernel.framework/Headers/sys to the include paths. | |||
2011-12-03 | Attempt to fix issue with modules having their link libraries in the wrong ↵ | Naram Qashat | |
order. | |||
2011-10-22 | A few minor fixups | Adam | |
2011-10-22 | Added our own eventfd test for openvz machines which have eventfd but can ↵ | Adam | |
not be used | |||
2011-02-05 | Removed the LIBINTL include hack | Adam | |
2010-11-01 | Fixed calculate_depends again, now it works | Adam | |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with ↵ | Adam | |
calculate_depends, and fixed building without gettext | |||
2010-10-30 | Fixed build on cmake2.6 | Adam | |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam | |
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. | |||
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. |