update cpp flag for pistache (#4386)

This commit is contained in:
sunn
2019-11-06 10:07:59 +01:00
committed by GitHub
parent d635ac3973
commit c25a02f77f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.2)
project(api-server)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pg -g3" )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -pg -g3" )
{{#addExternalLibs}}
include(ExternalProject)

View File

@@ -1 +1 @@
4.2.0-SNAPSHOT
4.2.1-SNAPSHOT

View File

@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.2)
project(api-server)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pg -g3" )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -pg -g3" )
include(ExternalProject)