From fba1884833596bd1b42b27ca0703a65a2d4d79e1 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 5 Jun 2012 01:18:10 +0000 Subject: [PATCH] documentation update --- TODO-CMAKE | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/TODO-CMAKE b/TODO-CMAKE index 79fe9a3f..ad48e654 100644 --- a/TODO-CMAKE +++ b/TODO-CMAKE @@ -1,12 +1,13 @@ My current list -ToDo: * 2005/32/debug won't run "SideBySide" error (manifest trouble) - * try again to simplify path definitions for expat and zlib - * add the header files in MSVC - * write FindLibexiv2.cmake - * Test Cygwin, MinGW, Xcode and more versions of MSVC - -Done: * Builds and passes the test suite on 2005/32, 2008/64, Mac-Lion/64/Makefiles and Ubuntu/12.04/32bit +ToDo: * 2005/32/debug won't run. "SideBySide" error (manifest trouble) + * I'm not searching correctly for expat, zlib and iconv + * Test Cygwin, MinGW, Xcode, NMake and more versions of MSVC + * Test Out of source builds + * Add the header files to the MSVC UI + +Done: * write FindLibexiv2.cmake (Thank you, Gilles) + * Builds and passes the test suite on 2005/32, 2008/64, Mac-Lion/64/Makefiles and Ubuntu/12.04/32bit * Updated documentation (README-CMAKE) Robin Mills