<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Dear All<br>I was searching for a clean implementation to build GDal using CMake. Barring a project started by Aashish a couple of years ago, and a trac page listing the need for building such an implementation (http://trac.osgeo.org/gdal/wiki/CMake), I could not find anything. <br>I have placed a first version of a cleaner way to build GDal with CMake on github<br>https://github.com/skn123/-gdal_cmake<br>Currently, I have the following issues with this build structure and would solicit help from other developers in modularizing it:<br>a.) The use of global if-def's makes the project highly non-modular; More so if we want to add support for other formats (e.g., in the frmts folder), we will trigger a rebuild of the entire library<br>b.) Currently, this build has been tested on Visual Studio 2010 and 2012 64Bit. It would be nice
 if users can report their build experiences on Linux and OsX.<br>c.) For now, OpenCL and Hdf5 are supported as 3rd party libraries.<br><div> </div><div>Thanks and Regards<br>Sumit</div></div></body></html>