Skip to content
Snippets Groups Projects
Commit 265ddca3 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/dynamic-graph-v3] add patch-aa

To fix standard issues in dependent packages
parent 24860088
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
ORG= stack-of-tasks
NAME= dynamic-graph
VERSION= 4.4.0
PKGREVISION= 1
PKGNAME= ${NAME}-v3-${VERSION}
......
SHA1 (dynamic-graph-4.4.0.tar.gz) = 513e048b06d162ca8933632d7d81e0d936888420
RMD160 (dynamic-graph-4.4.0.tar.gz) = 3f97557effc6d8f4cb09c8a62c4b9b807266f4a8
Size (dynamic-graph-4.4.0.tar.gz) = 1359515 bytes
SHA1 (patch-aa) = d497ea964365903f0456bbfcc5cfa8229828f631
--- CMakeLists.txt.orig 2021-08-18 15:21:21.000000000 +0200
+++ CMakeLists.txt 2021-08-18 21:54:56.024659596 +0200
@@ -25,7 +25,7 @@
# Project definition
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
-CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
+CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
INCLUDE(cmake/pthread.cmake) # needs to be included after the CXX definition
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment