mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
d2b8229d02
The Watcom compiler does not have stream operators for std::string. Since KWSys no longer provides the operators for us, just use c_str() to avoid the problem and allow the test to compile on Watcom.