mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Add initial memory check support which works for Valgrind
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
* want to find. 0 means all files, -1 means directories, 1 means
|
||||
* files only. This method returns true if search was succesfull.
|
||||
*/
|
||||
static bool SimpleGlob(const std::string& glob, std::vector<std::string>& files,
|
||||
static bool SimpleGlob(const cmStdString& glob, std::vector<cmStdString>& files,
|
||||
int type = 0);
|
||||
|
||||
///! Copy a file.
|
||||
|
||||
Reference in New Issue
Block a user