mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
BUG: fix for 7738, allow for spaces in the package target path to CPackConfig files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user