Skip to content
Snippets Groups Projects
Commit f9d8ff5d authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: update restinio

Change-Id: Ie34828d6f7fa60ab3d17d9acb5bd4a0cd4a72434
parent c923597e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ endif
ifneq ($(and $(call need_pkg,"openssl >= 1.1.0"),$(call need_pkg,"libressl >= 1.12.2")),)
DEPS_opendht += libressl
endif
ifneq ($(call need_pkg,"restinio >= v.0.5.1"),)
ifneq ($(call need_pkg,"restinio >= v.0.6.16"),)
DEPS_opendht += restinio
endif
ifneq ($(call need_pkg,"jsoncpp >= 1.7.2"),)
......
3b6322c185b9150b6f0879afa5a14fb5a9f6fac7d6dd4841bcb61ae08212ba92cb75f39add80973c957f8a199cd16d621c4a96de740d3803c9e55d5e98a5642e restinio-2224ffedef52cb2b74645d63d871d61dbd0f165e.tar.gz
\ No newline at end of file
3abf5c5f9258b35763d38773b2c21eb73d4887f1594d4b01c9a4db641dfeb34d9b254ca25d2d5a920f820e5337ebd22b41c80b231952797f022b2e26891d0fd5 restinio-bbaa034dbcc7555ce67df0f8a1475591a7441733.tar.gz
......@@ -14,7 +14,7 @@ index df2ecdf..e5f5489 100644
- CXX_STANDARD_REQUIRED YES
- CXX_EXTENSIONS NO
- )
+ set (CMAKE_CXX_STANDARD 14)
+ set (CMAKE_CXX_STANDARD 17)
+ set (CMAKE_CXX_STANDARD_REQUIRED on)
+ set (CMAKE_CXX_EXTENSIONS off)
ELSE ()
......
{
"name": "restinio",
"version": "a7a10e419d9089c5b8ee63f5e3098c892f22fae4",
"version": "bbaa034dbcc7555ce67df0f8a1475591a7441733",
"url": "https://github.com/aberaud/restinio/archive/__VERSION__.tar.gz",
"deps": [
"fmt",
......
# RESTINIO
RESTINIO_VERSION := 2224ffedef52cb2b74645d63d871d61dbd0f165e
RESTINIO_VERSION := bbaa034dbcc7555ce67df0f8a1475591a7441733
RESTINIO_URL := https://github.com/aberaud/restinio/archive/$(RESTINIO_VERSION).tar.gz
PKGS += restinio
......
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