diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-08 15:24:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-08 15:24:03 (GMT) |
commit | badbd8dc8dd339c445e5d16cc9d1bb4754ef1293 (patch) | |
tree | 0a411894a52111981a7b03af366c61bbeef16d4d /Source/cmSystemTools.h | |
parent | 217f4b764abf42958e2fc77b5c99c295cea1b889 (diff) | |
download | CMake-badbd8dc8dd339c445e5d16cc9d1bb4754ef1293.zip CMake-badbd8dc8dd339c445e5d16cc9d1bb4754ef1293.tar.gz CMake-badbd8dc8dd339c445e5d16cc9d1bb4754ef1293.tar.bz2 |
Fix for include optional
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 e513733..db4c3b4 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -264,7 +264,8 @@ public: static std::string GetProgramPath(const char*); static void SplitProgramPath(const char* in_name, std::string& dir, - std::string& file); + std::string& file, + bool errorReport = true); static std::string CollapseFullPath(const char* in_relative); static std::string CollapseFullPath(const char* in_relative, const char* in_base); |