diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 62d5568..df12513 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -220,7 +220,8 @@ public: ///! Find an executable in the system PATH, with optional extra paths. static std::string FindProgram(const char* name, - const std::vector<std::string>& path= std::vector<std::string>()); + const std::vector<std::string>& path = std::vector<std::string>(), + bool no_system_path = false); ///! Find a library in the system PATH, with optional extra paths. static std::string FindLibrary(const char* name, |