diff options
Diffstat (limited to 'multimedia/libopenshot/files/patch-CMakeLists.txt')
-rw-r--r-- | multimedia/libopenshot/files/patch-CMakeLists.txt | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/multimedia/libopenshot/files/patch-CMakeLists.txt b/multimedia/libopenshot/files/patch-CMakeLists.txt index 89ecc6dc4437..1c523fc742a8 100644 --- a/multimedia/libopenshot/files/patch-CMakeLists.txt +++ b/multimedia/libopenshot/files/patch-CMakeLists.txt @@ -1,15 +1,6 @@ ---- CMakeLists.txt.orig 2023-04-19 22:01:02 UTC +--- CMakeLists.txt.orig 2024-12-21 22:27:30 UTC +++ CMakeLists.txt -@@ -102,7 +102,7 @@ if ((${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU") AND - endif() - - #### Set C++ standard level --set(CMAKE_CXX_STANDARD 14) -+set(CMAKE_CXX_STANDARD 17) - set(CMAKE_CXX_STANDARD_REQUIRED ON) - set(CMAKE_CXX_EXTENSIONS OFF) - -@@ -135,7 +135,7 @@ endif() +@@ -130,7 +130,7 @@ add_subdirectory(src) ### Process subdirectories ### add_subdirectory(src) @@ -18,7 +9,7 @@ add_subdirectory(bindings) ### -@@ -193,6 +193,8 @@ if (ENABLE_LIB_DOCS AND CMAKE_VERSION VERSION_GREATER +@@ -188,6 +188,8 @@ if (ENABLE_LIB_DOCS AND CMAKE_VERSION VERSION_GREATER set(DOXYGEN_INTERACTIVE_SVG YES) set(DOXYGEN_DOT_TRANSPARENT YES) @@ -27,7 +18,7 @@ doxygen_add_docs(${PROJECT_NAME}-doc ${PROJECT_SOURCE_DIR}/src ${PROJECT_SOURCE_DIR}/doc -@@ -213,7 +215,7 @@ if (TARGET ${PROJECT_NAME}-doc) +@@ -208,7 +210,7 @@ if (TARGET ${PROJECT_NAME}-doc) OPTIONAL ) # No error if the docs aren't found if(NOT TARGET doc) |