diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2019-02-20 16:35:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-25 15:06:20 (GMT) |
commit | 2dd0cb7aeb2d70dcc6e103c29ce2ce3a02bd381a (patch) | |
tree | 9ebdc5b2a55b6aaa1bc84941b32a1799ffdddbc7 /Help | |
parent | f259e8759ce300cd505e30cda1b5fca3ba100cc5 (diff) | |
download | CMake-2dd0cb7aeb2d70dcc6e103c29ce2ce3a02bd381a.zip CMake-2dd0cb7aeb2d70dcc6e103c29ce2ce3a02bd381a.tar.gz CMake-2dd0cb7aeb2d70dcc6e103c29ce2ce3a02bd381a.tar.bz2 |
Help: note that Ninja also uses OBJECT_OUTPUTS
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_sf/OBJECT_OUTPUTS.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_sf/OBJECT_OUTPUTS.rst b/Help/prop_sf/OBJECT_OUTPUTS.rst index 6a28553..1ce4866 100644 --- a/Help/prop_sf/OBJECT_OUTPUTS.rst +++ b/Help/prop_sf/OBJECT_OUTPUTS.rst @@ -1,9 +1,9 @@ OBJECT_OUTPUTS -------------- -Additional outputs for a Makefile rule. +Additional outputs for a Ninja or Makefile rule. Additional outputs created by compilation of this source file. If any of these outputs is missing the object will be recompiled. This is -supported only on Makefile generators and will be ignored on other -generators. +supported only on the Ninja and Makefile generators and will be ignored on +other generators. |