From 4fd77ac95998a9bff45e30a26f97e60159ad5e1d Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Sun, 23 Aug 2020 13:57:40 +0200 Subject: added crow and basic example --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c3ea9e..53d1f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(N_Core DESCRIPTION "Backend of the N bot - serving JSON requests" ) -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) IF (CMAKE_VERSION VERSION_LESS "3.7.0") -- cgit v1.2.3-54-g00ecf