mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
cmake: Do not build clint-error-files by default
This commit is contained in:
parent
699e8406b5
commit
c8243ad071
@ -491,6 +491,7 @@ ExternalProject_Add(
|
|||||||
clint-error-files
|
clint-error-files
|
||||||
PREFIX "${LINT_SUPPRESSES_ROOT}"
|
PREFIX "${LINT_SUPPRESSES_ROOT}"
|
||||||
URL "${LINT_SUPPRESSES_URL}"
|
URL "${LINT_SUPPRESSES_URL}"
|
||||||
|
EXCLUDE_FROM_ALL 1
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user