Commit 5233c87b authored by Mark Meredith's avatar Mark Meredith
Browse files

Set C++17 as default

parent 58fbddd3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ project(
  version : '0.1',
  default_options : [
    'warning_level=1',
    'cpp_std=c++2a'
    'cpp_std=c++17'
  ]
)

+1 −3
Original line number Diff line number Diff line
@@ -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