mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 14:50:23 +00:00
Merge topic 'custom-target-exe-deps'
858fdd426badd_custom_command: Disallow exe-suffixed targets in DEPENDS58ab03c031add_custom_command: Update dependency search heuristics Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !11801
This commit is contained in:
@@ -188,6 +188,12 @@ Generating Files
|
||||
cause the custom command to re-run whenever the target is
|
||||
recompiled.
|
||||
|
||||
.. versionchanged:: 4.4
|
||||
|
||||
Previously an executable target could be specified using the name
|
||||
of the target with ``.exe`` appended. This is no longer allowed.
|
||||
See policy :policy:`CMP0212`.
|
||||
|
||||
2. If the argument is an absolute path, a file-level dependency
|
||||
is created on that path.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user