Require C++17 at the top level

This commit is contained in:
numzero
2023-09-30 21:29:31 +03:00
committed by sfan5
parent f725b68c57
commit a07cfc0f7a
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,3 @@
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(IRREXAMPLES
# removed
)