File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ UTF-8 decoding is performed using a state machine based on Bjoern Hoehrmann's '[
294
294
- ** [ @rbrugo ] ( https://github.com/rbrugo ) ** - Helped design a new feature
295
295
- ** [ @Reedbeta ] ( https://github.com/Reedbeta ) ** - Fixed a bug and added additional Visual Studio debugger native visualizers
296
296
- ** [ @Ryan-rsm-McKenzie ] ( https://github.com/Ryan-rsm-McKenzie ) ** - Add natvis file to cmake install script
297
+ - ** [ @Scrumplex ] [ https://github.com/Scrumplex )** - Tweaked the build scripts
297
298
- ** [ @shdnx ] ( https://github.com/shdnx ) ** - Fixed a bug on GCC 8.2.0 and some meson config issues
298
299
- ** [ @sneves ] ( https://github.com/sneves ) ** - Helped fix a number of parser bugs
299
300
- ** [ @sobczyk ] ( https://github.com/sobczyk ) ** - Reported some bugs
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ foreach example : examples
24
24
[ example + ' .cpp' ],
25
25
cpp_args : example_args,
26
26
dependencies : tomlplusplus_dep,
27
- override_options : global_overrides
27
+ override_options : global_overrides,
28
+ install : not is_subproject
28
29
)
29
30
]]
30
31
endforeach
You can’t perform that action at this time.
0 commit comments