Skip to content

fix(cmake): add new required TERMINFO variable - #36

Draft
clason wants to merge 1 commit into
masterfrom
fixup/terminfo
Draft

fix(cmake): add new required TERMINFO variable#36
clason wants to merge 1 commit into
masterfrom
fixup/terminfo

Conversation

@clason

@clason clason commented Aug 24, 2026

Copy link
Copy Markdown
Member

Problem: #31 added a new TERMINFO variable that is checked at build
time; this was added to the Makefile but not the CMake script (which
Neovim uses).

Solution: Define TERMINFO in CMakeLists.txt as well, copying the logic
from the Makefile.

Problem: #31 added a new TERMINFO variable that is checked at build
time; this was added to the Makefile but not the CMake script (which
Neovim uses).

Solution: Define TERMINFO in CMakeLists.txt as well, copying the logic
from the Makefile.
@jamessan

Copy link
Copy Markdown
Member

I didn't forget it. The CMake support was already lacking in many ways. I started work on bringing that up to par overall. I can work on wrapping that up in the next few days.

@clason

clason commented Aug 24, 2026

Copy link
Copy Markdown
Member Author

Well, but it wasn't broken (as in "Neovim fails to build now") ;)

If you don't mind, I'll leave this PR up in the meantime for people who (somehow) noticed the version bump and wonder what's going on, but feel free to close it once you open yours.

@clason
clason marked this pull request as draft August 24, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants