Skip to content
Snippets Groups Projects
Commit 871f5ed4 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[doc][buildsystem] Link the Emacs bug about cmake compilation-mode support.

parent ba270d06
No related branches found
No related tags found
1 merge request!71[doc][buildsystem] Explain how to get Emacs to recognize errors from CMake.
......@@ -271,7 +271,8 @@ a different generator. Check :code:`cmake --help` for a list of generators. You
Note that the generator name has to match character by character, including case and spaces.
To configure highlighting of CMake errors in Emacs' compilation mode, include
the following in your :code:`~./emacs`::
the following in your :code:`~./emacs` (see the `Emacs bug
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22944>`_)::
(setq compilation-error-regexp-alist-alist
`((cmake "^CMake \\(?:Error\\|\\(Warning\\)\\) at \\(.*\\):\\([1-9][0-9]*\\) ([^)]+):$"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment