Skip to content
Snippets Groups Projects
Commit 5233c87b authored by Mark Meredith's avatar Mark Meredith
Browse files

Set C++17 as default

parent 58fbddd3
No related branches found
No related tags found
1 merge request!62Set C++17 as default
Pipeline #22737 passed
......@@ -3,7 +3,7 @@ project(
version : '0.1',
default_options : [
'warning_level=1',
'cpp_std=c++2a'
'cpp_std=c++17'
]
)
......
......@@ -11,6 +11,4 @@ lib_csg_parser = static_library('csg-parser',
dependencies: [pegtl, cgal],
install : true)
if get_option('cpp_std')=='c++2a'
subdir('tests')
endif
subdir('tests')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment