ENH: Merged use of kwsys library.

This commit is contained in:
Brad King
2003-06-23 08:58:58 -04:00
parent c5890b8c2e
commit dc3fd5c267
15 changed files with 116 additions and 2034 deletions
+3 -1
View File
@@ -18,6 +18,8 @@
#include "cmCacheManager.h"
#include "cmListFileCache.h"
#include <cmsys/Directory.hxx>
int cmTryCompileCommand::CoreTryCompileCode(
cmMakefile *mf, std::vector<std::string> const& argv, bool clean)
{
@@ -263,7 +265,7 @@ void cmTryCompileCommand::CleanupFiles(const char* binDir)
return;
}
cmDirectory dir;
cmsys::Directory dir;
dir.Load(binDir);
size_t fileNum;
for (fileNum = 0; fileNum < dir.GetNumberOfFiles(); ++fileNum)