Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2007-01-19 18:20:23
Size: 440
Comment:
Revision 10 as of 2019-02-03 13:15:14
Size: 0
Editor: AndrewHoopes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= CMake notes =

Eventually, we would like the Freesurfer codebase to build through [http://cmake.org CMake].

To get from the current Autoconf scheme to CMake is not trivial. Here are some notes:

 * [http://public.kitware.com/pipermail/cmake/2006-April/008793.html Excellent posting on autoconf/cmake comparison]
 * [http://websvn.kde.org/trunk/KDE/kdesdk/cmake/scripts/ ac2cmake - a KDE Makefile.am to CMakeLists.txt converter]