Emit warning, not a message.

This commit is contained in:
Bartosz Taudul 2024-04-01 12:57:24 +02:00
parent 651c6c5350
commit b5b985d1d0
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -505,7 +505,7 @@ Finally, let's check if the \texttt{debugoptimized} build type is enabled, and p
\begin{lstlisting}
if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized'
message('Profiling builds should set --buildtype=debugoptimized')
warning('Profiling builds should set --buildtype=debugoptimized')
endif
\end{lstlisting}