Skip to content
Snippets Groups Projects
Commit 0793b7c5 authored by Millian Poquet's avatar Millian Poquet
Browse files

[bs] use c++17

parent e367f35d
Branches
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
"MinSizeRel" "RelWithDebInfo")
endif()
# Let's enable C++11
set(CMAKE_CXX_STANDARD 11)
# Let's enable C++17
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Coverage
......
project('batsched', 'cpp',
version: '1.3.0',
license: 'free',
default_options: ['cpp_std=c++11'],
default_options: ['cpp_std=c++17'],
meson_version: '>=0.40.0'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment