mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
ENH: Merged use of kwsys library.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user