diff --git a/build/cmake/options.cmake b/build/cmake/options.cmake index 6b03f2b068..0cf3740002 100644 --- a/build/cmake/options.cmake +++ b/build/cmake/options.cmake @@ -37,7 +37,7 @@ else() set(wxCXX_STANDARD_DEFAULT COMPILER_DEFAULT) endif() wx_option(wxBUILD_CXX_STANDARD "C++ standard used to build wxWidgets targets" - ${wxCXX_STANDARD_DEFAULT} STRINGS COMPILER_DEFAULT 98 11 14) + ${wxCXX_STANDARD_DEFAULT} STRINGS COMPILER_DEFAULT 98 11 14 17) endif() if(WIN32)