1include(Platform/AIX-XL) 2__aix_compiler_xl(CXX) 3 4# -qhalt=s = Halt on severe error messages 5string(APPEND CMAKE_CXX_FLAGS_INIT " -qhalt=s") 6