More document polishing.

v0.27.3
clanmills 5 years ago
parent f9b83fc7c6
commit b8094f18b6

@ -120,10 +120,10 @@ Options defined by <exiv2>/CMakeLists.txt include:
```bash ```bash
576 rmills@rmillsmm:~/gnu/github/exiv2/exiv2 $ grep ^option CMakeLists.txt 576 rmills@rmillsmm:~/gnu/github/exiv2/exiv2 $ grep ^option CMakeLists.txt
option( BUILD_SHARED_LIBS "Build exiv2lib as a shared library" 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_XMP "Build with XMP metadata support" ON )
option( EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF ) option( EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF )
option( EXIV2_ENABLE_PNG "Build with png support (requires libz)" ON ) option( EXIV2_ENABLE_PNG "Build with png support (requires libz)" ON )
... ...
577 rmills@rmillsmm:~/gnu/github/exiv2/exiv2 $ 577 rmills@rmillsmm:~/gnu/github/exiv2/exiv2 $
``` ```

Loading…
Cancel
Save