From 0e204b872e4c33a6524b4b378f11bb0c4014c0f8 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 7 May 2012 00:28:07 +0000 Subject: [PATCH] Minor updates. --- TODO-CMAKE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO-CMAKE b/TODO-CMAKE index 4b2fbf0a..379497eb 100644 --- a/TODO-CMAKE +++ b/TODO-CMAKE @@ -1,3 +1,9 @@ +* Review how samples are built: They should use the *installed* version + of libexiv2, not some temporary version in the src or build tree. + +* Compare the cmake-built shared library with the configure-built version. Do they differ? + Ideally they are the same. If not, we should understand the differences exactly. + * Added cmake target to build/install doc. * Added Cmake target to release build and packaging.