You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
311 B
11 lines
311 B
--- GDCM-3.0.24/CMakeLists.txt
|
|
+++ GDCM-3.0.24/CMakeLists.txt
|
|
@@ -335,6 +335,7 @@ mark_as_advanced(
|
|
option(GDCM_USE_SYSTEM_POPPLER "Use system poppler (pdf)" OFF)
|
|
if(GDCM_USE_SYSTEM_POPPLER)
|
|
find_package(Poppler REQUIRED)
|
|
+ set(CMAKE_CXX_STANDARD 20)
|
|
endif()
|
|
mark_as_advanced(GDCM_USE_SYSTEM_POPPLER)
|
|
|