Skip to content

Commit

Permalink
Make sure wx subproject builds with c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 29, 2023
1 parent 9f4eda7 commit a7006e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ else
endif

opt_var = cmake.subproject_options()
opt_var.set_override_option('cpp_std', 'c++14')
opt_var.add_cmake_defines({
'wxBUILD_INSTALL': false,
'wxBUILD_PRECOMP': false, # otherwise breaks project generation w/ meson
Expand Down

0 comments on commit a7006e4

Please sign in to comment.