diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index 190fdf5c66..52f2d417cc 100644 --- a/Auxiliary/cmake-mode.el +++ b/Auxiliary/cmake-mode.el @@ -28,6 +28,7 @@ ;; (require 'rst) +(require 'rx) (defcustom cmake-mode-cmake-executable "cmake" "*The name of the cmake executable.