Skip to content

Commit

Permalink
Bump the requred C++ standard for the menu code to C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Dec 2, 2023
1 parent 492d172 commit 7db7bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (USE_PNG_SAVE AND NOT USE_SDL2_LIBS)
target_sources(CommonFiles PRIVATE savepng.cpp savepng.h)
endif()

target_compile_features(CommonFiles PUBLIC cxx_std_11)
target_compile_features(CommonFiles PUBLIC cxx_std_14)


if (USE_SDL2_LIBS)
Expand Down

0 comments on commit 7db7bef

Please sign in to comment.