On 11/20/2011 06:20 PM, Stuart Webster wrote: > Personally, I > think cmake is a great tool, but professionally I think it would be an > obstacle for some institutions and may preclude them from considering > 0MQ. I have worked as a contractor for several investment banks and it > is not uncommon for them to have locked down network access (i.e. > developers are prevented from downloading installers for unsanctioned > software, such as cmake) and build environments.
I haven't worked for a MS shop for almost a decade now so I may be on a wrong track here, however, I would say these guys won't use git either. They will rather download a zip file, unpack it and develop in MSVC. If that's the case, it shouldn't be a problem to use CMake to generate MSVC project files, which will then be packed into the zip archives. Not using git and using generated project files may be an obstacle to contributing back to 0MQ project, but again, the organisations with heavy process (such as those mentioned above) are unlikely to contribute back without an amount of legal paperwork by far outweighing the troubles caused by the build system. Thoughts? Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
