From 2f4a6b79617566af365a4d9d897db23e7d3ac63f Mon Sep 17 00:00:00 2001 From: Duarte Fonseca Date: Mon, 30 Sep 2024 15:44:57 +0100 Subject: [PATCH] Reverting change due to release merge conflict --- examples/hello_world/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world/CMakeLists.txt b/examples/hello_world/CMakeLists.txt index 7d5b7076f..d6e222df6 100644 --- a/examples/hello_world/CMakeLists.txt +++ b/examples/hello_world/CMakeLists.txt @@ -10,7 +10,7 @@ find_package(Threads REQUIRED) set(VSOMEIP_NAME "vsomeip3") -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14") include_directories(${VSOMEIP_INCLUDE_DIRS})