Skip to content

Commit

Permalink
build system: demand c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Weber committed Apr 14, 2022
1 parent 2cf465c commit 1b6356f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project('solp', 'cpp',
version : '0.2',
license : 'MIT')
license : 'MIT',
default_options : ['cpp_std=c++17'])

eigen_dep = dependency('eigen3', fallback : ['eigen', 'eigen_dep'])

Expand Down

0 comments on commit 1b6356f

Please sign in to comment.