Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 933490 | Differences between
and this patch

Collapse All | Expand All

(-)calligra-3.2.1/CMakeLists.txt~ (-1 / +3 lines)
Lines 104-110 Link Here
104
endif()
104
endif()
105
message(STATUS "Release build: ${RELEASE_BUILD}")
105
message(STATUS "Release build: ${RELEASE_BUILD}")
106
106
107
set (CMAKE_CXX_STANDARD 17) # required for >=poppler-22.01
107
# https://gitlab.freedesktop.org/poppler/poppler/-/commit/d8ae3ba659c71b4f5913ecf74d525461bb831366
108
# https://gitlab.freedesktop.org/poppler/poppler/-/commit/fbb64544e5ea25ac9b1bd25b48043d074efe9cd9
109
set (CMAKE_CXX_STANDARD 20) # required for >=poppler-24.05
108
110
109
############
111
############
110
#############
112
#############

Return to bug 933490