I'm new to D but I'm using cmake2d as it slots right in with our existing CMake build system for C++/Java/Python. When I updated to CMake 2.8.10 I found Kitware had introduced breaking changes and a minor refactor was required.

This link explains it:
http://public.kitware.com/pipermail/cmake-developers/2012-October/005535.html

as does this:
https://code.google.com/p/cmaked2/issues/detail?id=21


It was a simple sed on the *.cmake files in cmake2d sources.

I also find rdmd extremely useful for building small test programs to test ideas and also scripting.

Reply via email to