comparison mupdf-source/thirdparty/leptonica/cmake/templates/LeptonicaConfig-version.cmake.in @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 set(Leptonica_VERSION @leptonica_VERSION@)
2 set(PACKAGE_VERSION ${Leptonica_VERSION})
3
4 set(PACKAGE_VERSION_EXACT False)
5 set(PACKAGE_VERSION_COMPATIBLE False)
6
7 if(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION)
8 set(PACKAGE_VERSION_EXACT True)
9 set(PACKAGE_VERSION_COMPATIBLE True)
10 endif()
11
12 if(PACKAGE_FIND_VERSION VERSION_LESS PACKAGE_VERSION)
13 set(PACKAGE_VERSION_COMPATIBLE True)
14 endif()