From b8094f18b68601e5a07465db5a9005038f252114 Mon Sep 17 00:00:00 2001 From: clanmills Date: Thu, 16 Apr 2020 16:47:17 +0100 Subject: [PATCH] More document polishing. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c0035be..d7fa1363 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,10 @@ Options defined by /CMakeLists.txt include: ```bash 576 rmills@rmillsmm:~/gnu/github/exiv2/exiv2 $ grep ^option CMakeLists.txt -option( BUILD_SHARED_LIBS "Build exiv2lib as a shared library" ON ) -option( EXIV2_ENABLE_XMP "Build with XMP metadata support" ON ) -option( EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF ) -option( EXIV2_ENABLE_PNG "Build with png support (requires libz)" ON ) +option( BUILD_SHARED_LIBS "Build exiv2lib as a shared library" ON ) +option( EXIV2_ENABLE_XMP "Build with XMP metadata support" ON ) +option( EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF ) +option( EXIV2_ENABLE_PNG "Build with png support (requires libz)" ON ) ... 577 rmills@rmillsmm:~/gnu/github/exiv2/exiv2 $ ```