Emacs: Remove -DWITH_CLANG-TIDY=YES from configure-cmd.

This commit is contained in:
tastytea 2020-02-28 05:12:18 +01:00
parent a4bfbf8639
commit 1660ffe800
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-28T04:52:24+0100>
;; Time-stamp: <2020-02-28T05:05:27+0100>
;;; Commentary:
@ -153,7 +153,7 @@ collapse other projects."
(projectile-project-compilation-dir "build")
(projectile-switch-project-action 'my/switch-project)
(projectile-project-configure-cmd
"cmake -GUnix\\ Makefiles -DCMAKE_BUILD_TYPE=Debug -DWITH_CLANG-TIDY=YES \
"cmake -GUnix\\ Makefiles -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWITH_TESTS=YES ..")
(projectile-completion-system 'ivy)