Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 735800
Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +2 lines)
Lines 70-77 Link Here
70
if (HAVE_POPPLER)
70
if (HAVE_POPPLER)
71
    string(REPLACE "." ";" _poppler_version_components ${Poppler_VERSION})
71
    string(REPLACE "." ";" _poppler_version_components ${Poppler_VERSION})
72
    list(GET _poppler_version_components 0 POPPLER_VERSION_MAJOR)
72
    list(GET _poppler_version_components 0 POPPLER_VERSION_MAJOR)
73
    list(GET _poppler_version_components 1 POPPLER_VERSION_MINOR)
73
    list(GET _poppler_version_components 1 POPPLER_VERSION_MINOR_TMP)
74
    list(GET _poppler_version_components 2 POPPLER_VERSION_PATCH)
74
    list(GET _poppler_version_components 2 POPPLER_VERSION_PATCH)
75
    math(EXPR POPPLER_VERSION_MINOR "${POPPLER_VERSION_MINOR_TMP}" OUTPUT_FORMAT DECIMAL)
75
endif()
76
endif()
76
77
77
if (TARGET ZXing::ZXing OR TARGET ZXing::Core)
78
if (TARGET ZXing::ZXing OR TARGET ZXing::Core)

Return to bug 735800