On 2012.10.12 22:16, Sean McBride wrote: > With CMake, you just maintain one set of CMake files, and then it can > generate a makefile, a VS project, or an Xcode project.
Except it sucks at VS: It can only generate VS project files if you have the relevant version of VS installed (at least that was the case last time we checked) => good luck generating tarballs with a VS2005 or later set of project files if you only have VS2010 installed. And of course, forget about doing it on Linux or Mac. First rule of a good set of cross-platform utilities is that anybody on any platform should be able to produce the same set of output, without having to install non-free software. Autotool achieves that. CMake doesn't. Also, WDK is not going to be sorted out with CMake either. Regards, /Pete ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel