Why the KDE project switched to CMake -- and how (continued)
Why the KDE project switched to CMake -- and how (continued)
Posted Jun 22, 2006 12:36 UTC (Thu) by akumria (guest, #7773)In reply to: Why the KDE project switched to CMake -- and how (continued) by aleXXX
Parent article: Why the KDE project switched to CMake -- and how (continued)
> Today KDE 4 builds with cmake on more platforms than KDE 3 with autotools
> ever did, with full configure checking on all platforms and all
> compilers/IDEs.
autotools = automake + libtool + autoconf
What both the two previous posters were pointing out is that if you project is just using autoconf there may not be the same benefit in switching to cmake.