mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
This also fixes handling of trailing slashes in the directory name.
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user