Skip to content

Commit afb9e92

Browse files
committed
Might help to update the samples.
1 parent d4e4cbd commit afb9e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/server/petstore/cpp-oatpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.2)
22

33
project(api-server)
44

5-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pg -g3" )
5+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -pg -g3" )
66

77
include(ExternalProject)
88

0 commit comments

Comments
 (0)