summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/trace-try_compile.rst
diff options
context:
space:
mode:
authorMatthew Woehlke <matthew.woehlke@kitware.com>2022-10-06 18:40:32 (GMT)
committerMatthew Woehlke <matthew.woehlke@kitware.com>2022-10-11 16:10:18 (GMT)
commit5ba51621af43dbb84a12a5eff6740f45b8ab0cb0 (patch)
tree8bc95c99ef20874120e08df842700e5a0ec03d2f /Help/release/dev/trace-try_compile.rst
parent7629a1182cf9006e4e83c1094794d935503dd079 (diff)
downloadCMake-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.rst5
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.