mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
ENH: move utilities to targets from makefile, and add versioning to cache
This commit is contained in:
@@ -79,7 +79,7 @@ void cmAddTestCommand::FinalPass()
|
||||
fname += "CMakeTestfile.txt";
|
||||
|
||||
// Open the output Testfile
|
||||
std::ofstream fout(fname.c_str(), std::ios_base::app);
|
||||
std::ofstream fout(fname.c_str(), std::ios::app);
|
||||
if (!fout)
|
||||
{
|
||||
cmSystemTools::Error("Error Writing ", fname.c_str());
|
||||
|
||||
Reference in New Issue
Block a user