mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl.
This commit is contained in:
@@ -248,7 +248,7 @@ bool cmCPackNSISGenerator::GetListOfSubdirectories(const char* topdir,
|
||||
if (strcmp(dir.GetFile(static_cast<unsigned long>(fileNum)),".") &&
|
||||
strcmp(dir.GetFile(static_cast<unsigned long>(fileNum)),".."))
|
||||
{
|
||||
kwsys_stl::string fullPath = topdir;
|
||||
cmsys_stl::string fullPath = topdir;
|
||||
fullPath += "/";
|
||||
fullPath += dir.GetFile(static_cast<unsigned long>(fileNum));
|
||||
if(cmsys::SystemTools::FileIsDirectory(fullPath.c_str()) &&
|
||||
|
||||
Reference in New Issue
Block a user