Commit e21e1df6 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

set std_cpp such that csg tests are built

parent a9d8c782
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
project('mfix-parser', 'cpp',
        version : '0.1',
        default_options : ['warning_level=3', 'cpp_std=c++17'])
        default_options : ['warning_level=3', 'cpp_std=c++2a'])

tao_inc = include_directories('subprojects/PEGTL/include')
catch2_inc = include_directories('subprojects/Catch2/single_include')