diff options
author | Brad King <brad.king@kitware.com> | 2019-02-06 14:16:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-06 14:16:59 (GMT) |
commit | 0d1a9282c42cd278f99b09bb16cace47be421717 (patch) | |
tree | ca3d23e5ffa4fe5cc3d630d3f97ab210e5fd9436 /Help/release/dev/autogen_executables.rst | |
parent | d423192062e1199ae9ab6b95c28082505a1f4b02 (diff) | |
download | CMake-0d1a9282c42cd278f99b09bb16cace47be421717.zip CMake-0d1a9282c42cd278f99b09bb16cace47be421717.tar.gz CMake-0d1a9282c42cd278f99b09bb16cace47be421717.tar.bz2 |
Help: Consolidate 3.14 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
Diffstat (limited to 'Help/release/dev/autogen_executables.rst')
-rw-r--r-- | Help/release/dev/autogen_executables.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/autogen_executables.rst b/Help/release/dev/autogen_executables.rst deleted file mode 100644 index 5e967ea..0000000 --- a/Help/release/dev/autogen_executables.rst +++ /dev/null @@ -1,9 +0,0 @@ -AUTO*_EXECUTABLE ----------------- - -* The :prop_tgt:`AUTOMOC_EXECUTABLE`, :prop_tgt:`AUTORCC_EXECUTABLE` and - :prop_tgt:`AUTOUIC_EXECUTABLE` target properties all take a path to an - executable and force automoc/autorcc/autouic to use this executable. - - Setting these will also prevent the configure time testing for these - executables. This is mainly useful when you build these tools yourself. |