diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-24 16:22:15 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 10:22:15 +0100 |
commit | b155608bffd4e599d26fb648327705946458e012 (patch) | |
tree | 719372343b180be9c1bc6b8d86aca1235272fa9a /runtime/lua/vim/ui.lua | |
parent | a478fd41753a5c094e6c329a3573cbfb32b1c6bf (diff) | |
download | rneovim-b155608bffd4e599d26fb648327705946458e012.tar.gz rneovim-b155608bffd4e599d26fb648327705946458e012.tar.bz2 rneovim-b155608bffd4e599d26fb648327705946458e012.zip |
build: set CMAKE_C_STANDARD to 99 for all dependencies
Older gcc versions (4.x) require passing --std=c99 compiler flag to
prevent warnings from being emitted. Instead of setting it for each
dependency, it's easier to just pass the CMAKE_C_STANDARD flag to all
dependencies. This also prevents the scenario of us forgetting to set it
if we add new dependencies.
Diffstat (limited to 'runtime/lua/vim/ui.lua')
0 files changed, 0 insertions, 0 deletions