Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
The autotools build has been installing broken CMake files as it currently cannot substitute all the variables nor generate a LeptonicaTargets.cmake file. For example, LeptonicaConfig.cmake getting installed with:
The autotools build has been installing broken CMake files as it currently cannot substitute all the variables nor generate a LeptonicaTargets.cmake file. For example, LeptonicaConfig.cmake getting installed with:
May just remove these files from Autotools build if they aren't supported.
https://github.com/DanBloomberg/leptonica/blob/96a3d7451e7d717d8a0c88436f5ff7ea7129412e/configure.ac#L270-L271
https://github.com/DanBloomberg/leptonica/blob/96a3d7451e7d717d8a0c88436f5ff7ea7129412e/Makefile.am#L10-L12