1include(Platform/AIX-XL)
2__aix_compiler_xl(C)
3
4# -qhalt=e       = Halt on error messages (rather than just severe errors)
5string(APPEND CMAKE_C_FLAGS_INIT " -qhalt=e")
6