Skip to content

ccmake: Restore compilation with AIX curses.h

Brad King requested to merge brad.king/cmake:ccmake-aix-curses into master

On AIX, including <curses.h> includes <term.h> which defines a bunch of non-prefixed, lower-case macro names. Undefine one that conflicts with our source code.

Fixes: #24229 (closed)
Backport: release

Edited by Brad King

Merge request reports