mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 10:30:15 -05:00
fe9cddf181
The TI compiler does not support C++98, only C++03 (based on manual of current version). This change sets the C++98 option to C++03 based on the fact that it is done this way for the SunPro compiler already.