Skip to content

cmstd: Remove -isystem option for IBM i (OS400)

ThePrez requested to merge ThePrez/cmake:fix-IBMi-CMakeLists into master

Much like AIX, IBM i (OS identifier "OS400") implicitly adds extern "C" around system header files included with the -isystem option. This patch fixes a regression for IBM i introduced by !3776 (merged).

Backport: release
Topic-rename: cmstd-IBM-i

Edited by Brad King

Merge request reports