Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build: fix GetCompileFlags for CMake #10444 | Daniel Hahler | 2019-07-07 |
| | | | Ref: https://github.com/neovim/neovim/pull/10363#issuecomment-508916959 | ||
* | build: CMake: do not set CMP0059 to old (#10363) | Daniel Hahler | 2019-06-29 |
| | | | | | | | | | Keeps using add_definitions for compatibility with older CMake. Newer CMake (3.12) would have `add_compile_definitions`, but it is not required, since `add_defitions` was meant to be used for compile/preprocessor definitions initially anyway. Ref: https://github.com/neovim/neovim/pull/4389 | ||
* | cmake/GetCompileFlags: remove duplicate include dirs | Justin M. Keyes | 2018-02-14 |
| | | | | Reduces noise in :version message. | ||
* | version: Add compilation info. | Florian Walch | 2014-11-09 |