This commit is contained in:
Uwe Rathmann 2023-03-16 09:57:46 +01:00
parent c85efa9c62
commit 8ddcbd75cb
1 changed files with 2 additions and 2 deletions

View File

@ -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()
endif()