introducing-cmake/troubleshooting.tex

21 lines
496 B
TeX
Raw Normal View History

2019-07-27 18:28:47 +02:00
\subsection{Troubleshooting}
% --------------------------------------------------------------------
\begin{frame}
\frametitle{Troubleshooting}
When problems arise while hacking CMake code, do \textbf{not} panic!
\vspace{1em}
Run in the build directory:\\
\texttt{\$ cmake --trace-expand . 2> trace\_expand.txt}.
\vspace{1em}
This will give more insight about what happens behind the scenes.
\end{frame}
% --------------------------------------------------------------------