diff options
author | Matthew Woehlke <matthew.woehlke@kitware.com> | 2022-10-06 18:40:32 (GMT) |
---|---|---|
committer | Matthew Woehlke <matthew.woehlke@kitware.com> | 2022-10-11 16:10:18 (GMT) |
commit | 5ba51621af43dbb84a12a5eff6740f45b8ab0cb0 (patch) | |
tree | 8bc95c99ef20874120e08df842700e5a0ec03d2f /Help/release/dev/trace-try_compile.rst | |
parent | 7629a1182cf9006e4e83c1094794d935503dd079 (diff) | |
download | CMake-5ba51621af43dbb84a12a5eff6740f45b8ab0cb0.zip CMake-5ba51621af43dbb84a12a5eff6740f45b8ab0cb0.tar.gz CMake-5ba51621af43dbb84a12a5eff6740f45b8ab0cb0.tar.bz2 |
try_compile: Propagate --trace through try_compile
Add ability to specify another cmake instance from which to get the
trace output target. Use this during try_compile.
Diffstat (limited to 'Help/release/dev/trace-try_compile.rst')
-rw-r--r-- | Help/release/dev/trace-try_compile.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/trace-try_compile.rst b/Help/release/dev/trace-try_compile.rst new file mode 100644 index 0000000..886aaad --- /dev/null +++ b/Help/release/dev/trace-try_compile.rst @@ -0,0 +1,5 @@ +trace-try_compile +----------------- + +* The :option:`cmake --trace` option now follows :command:`try_compile` and + :command:`try_run` invocations. |