[Cmake] cmAddTestCommand breaks

Amitha Perera perera at cs . rpi . edu
Thu, 7 Jun 2001 13:58:20 -0400


In cmAddTestCommand.cxx:82, there is
     std::ios_base::app
which is the correct, standards-compliant way of specifing the append
mode. Unfortunately, with gcc 2.95.2 (under FreeBSD at least), this
fails. std::ios::app works, though.

What can and should be done to fix this?

Thanks,
Amitha.