Skip to content

Commit

Permalink
Bump examples to C++ 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Dec 4, 2024
1 parent beaa92c commit 2d59f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDK/Examples/CppDynamic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Interface version: 2.2.0
cmake_minimum_required(VERSION 3.5)

project(Example_ExtractInfo)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../Bindings/CppDynamic)

if (WIN32)
Expand Down

0 comments on commit 2d59f84

Please sign in to comment.