On Wednesday 15 September 2010, David Cole wrote: > I am happy to announce that CMake 2.8.3 has entered the release > candidate stage! You can find the source and binaries here: > http://www.cmake.org/files/v2.8/?C=M;O=D > > Following is the list of changes in this release. (If you notice > something missing please let me know and I will add it to the official > release when 2.8.3 is finalized.) > > Please try this version of CMake on your projects and report any > issues to the list or the bug tracker.
Found two issues today (compared to 2.8.1, didn't check 2.8.2): * cmake-gui doesn't remember whether "Advanced" checkbox was checked or not * FindQt4.cmake: in all previous versions it was possible to force a special Qt version by presetting QT_QMAKE_EXECUTABLE. This is also what I recommended many times on mailing lists to different people. It seems this is not possible anymore. (and another issue in FeatureSummary.cmake which I fixed yesterday already in my DescriptionsForFeatureSummaryALL branch) Alex _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
