Default to C++17

This commit is contained in:
Martchus 2019-05-11 18:42:38 +02:00
parent e114b24d3c
commit 1a478411d6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ endif ()
# set default CXX_STANDARD for all library, application and test targets
if (NOT META_CXX_STANDARD)
set(META_CXX_STANDARD 14)
set(META_CXX_STANDARD 17)
endif ()
# set version to 0.0.0 if not specified explicitely