diff options
author | James McCoy <jamessan@jamessan.com> | 2018-06-15 08:33:07 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-06-18 07:58:18 -0400 |
commit | 33952c48bc11d181ea5e5604df931b8e3f953e06 (patch) | |
tree | e835ba7cab038638951f6faa431d798d2d53dbf6 /src/clint.py | |
parent | 4938ee08e8e64496e9d01e6326e77cb394f3a00f (diff) | |
download | rneovim-33952c48bc11d181ea5e5604df931b8e3f953e06.tar.gz rneovim-33952c48bc11d181ea5e5604df931b8e3f953e06.tar.bz2 rneovim-33952c48bc11d181ea5e5604df931b8e3f953e06.zip |
cmake: Explicitly declare C as the project language
There's a mix of CXX and C related variables being set/referenced in our
CMake files. Since we only use C, use an explicit language list of "C"
instead of the implicit "C CXX" and replace all uses of CXX variables
with their C counterparts
Diffstat (limited to 'src/clint.py')
0 files changed, 0 insertions, 0 deletions