BUG: fix for 7738, allow for spaces in the package target path to CPackConfig files

This commit is contained in:
Bill Hoffman
2008-10-01 09:50:11 -04:00
parent ecf312ccc8
commit ab409fec89
2 changed files with 25 additions and 15 deletions
+2 -1
View File
@@ -280,7 +280,8 @@ protected:
void CreateDefaultGlobalTargets(cmTargets* targets);
cmTarget CreateGlobalTarget(const char* name, const char* message,
const cmCustomCommandLines* commandLines,
std::vector<std::string> depends, bool depends_on_all = false);
std::vector<std::string> depends, const char* workingDir,
bool depends_on_all = false);
bool NeedSymbolicMark;
bool UseLinkScript;