Skip to content

Commit

Permalink
Experimental change to use C++17, since our MSYS windows packages hav…
Browse files Browse the repository at this point in the history
…e upgraded OpenCV and Protobuf, and this has introduced a crash.
  • Loading branch information
jonoomph committed Feb 11, 2024
1 parent d87e9e4 commit c7620c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if ((${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU") AND
endif()

#### Set C++ standard level
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down

0 comments on commit c7620c9

Please sign in to comment.