diff options
author | Brad King <brad.king@kitware.com> | 2011-01-26 21:32:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-01-26 23:02:02 (GMT) |
commit | 88548a45fbd35205469ac9fd332349551e172496 (patch) | |
tree | 7fb78e2070cd8320d73b0f4f2c8e1b2cf962e5d3 /Source/cmAddCustomCommandCommand.h | |
parent | 7befc00783ca9739e7585ff4d2b645a762a38396 (diff) | |
download | CMake-88548a45fbd35205469ac9fd332349551e172496.zip CMake-88548a45fbd35205469ac9fd332349551e172496.tar.gz CMake-88548a45fbd35205469ac9fd332349551e172496.tar.bz2 |
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
This also fixes handling of trailing slashes in the directory name.
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r-- | Source/cmAddCustomCommandCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index 490e043..47b542c 100644 --- a/Source/cmAddCustomCommandCommand.h +++ b/Source/cmAddCustomCommandCommand.h @@ -110,6 +110,8 @@ public: "will be treated as PRE_LINK.\n" "If WORKING_DIRECTORY is specified the command will be executed " "in the directory given. " + "If it is a relative path it will be interpreted relative to the " + "build tree directory corresponding to the current source directory. " "If COMMENT is set, the value will be displayed as a " "message before the commands are executed at build time. " "If APPEND is specified the COMMAND and DEPENDS option values " |