diff --git a/features/qskconfig.cmake b/features/qskconfig.cmake index 62fd0854..b40efdda 100644 --- a/features/qskconfig.cmake +++ b/features/qskconfig.cmake @@ -27,7 +27,7 @@ list(APPEND CONFIG no_keywords) list(APPEND CONFIG silent) #list(APPEND CONFIG -= depend_includepath) # TODO was -= list(APPEND CONFIG strict_c++) -list(APPEND CONFIG c++11) +list(APPEND CONFIG c++17) list(APPEND CONFIG pedantic) list(APPEND CONFIG hide_symbols) #list(APPEND CONFIG += debug) @@ -170,4 +170,4 @@ if (${LOCAL_PRI}) # TODO not empty check include(${LOCAL_PRI}) endif() -endif() \ No newline at end of file +endif()