Steve's personal weblog

Interesting flotsam on programming, Java, .NET, Configuration Management, and the geek lifestyle.

Monday, February 16, 2004

Eric.Weblog(): "One of the toughest parts of cross-platform development is the build system. No matter how clean and portable your C code is, getting the tree to build on multiple platforms is a whole different problem." One of the guys at SourceGear - they make SourceOffSite, and Vault (a source code control system) wrote this in his blog: This week I discovered a nifty tool I had never seen before. It's called CMake, and it's the build system used for Kitware's Visualization Toolkit. I've seen lots of alternatives to 'make', but this tool is surprisingly different and deeply neato.